server: remove useless declarations
[fw/openocd] / .gitignore
index f0926971ebc9f9430f153974d81f58a65b03d8f0..2c1c536adcd4d41c90c69a8796110c386671837c 100644 (file)
@@ -1,14 +1,23 @@
 # stuff "git status" should ignore
 
 # build output
-.*
+.libs
+.deps
 *.o
 *.a
 *.lo
 *.la
 *.in
+
+# editor files
+*.swp
+
 startup_tcl.c
+xscale_debug.h
+
 bin2char
+bin2char.exe
+
 doc/openocd.aux
 doc/openocd.cp
 doc/openocd.cps
@@ -28,6 +37,7 @@ doc/openocd.vr
 doc/texinfo.tex
 doc/version.texi
 src/openocd
+src/openocd.exe
 
 # configure/autotools output
 aclocal.m4