server: use register_commands
[fw/openocd] / .gitignore
index ec8c9a731ef21cecdd40ced7b319506445807534..114fc057840a4f54990414a5d014e348ef2d526c 100644 (file)
@@ -1,13 +1,19 @@
 # stuff "git status" should ignore
 
 # build output
-.*
+.libs
+.deps
 *.o
+*.o.??????
 *.a
 *.lo
 *.la
 *.in
 
+# editor files
+*.swp
+
+src/startup.tcl
 startup_tcl.c
 xscale_debug.h
 
@@ -33,6 +39,7 @@ doc/openocd.vr
 doc/texinfo.tex
 doc/version.texi
 src/openocd
+src/openocd.exe
 
 # configure/autotools output
 aclocal.m4