]> git.sur5r.net Git - openocd/blobdiff - .gitignore
added minimodule interface
[openocd] / .gitignore
index c0aba19e780702d406fb5af1c6a2d8ec3b340277..28123049c8bdbd7201c3d3c923d192f78c851ce6 100644 (file)
@@ -1,13 +1,23 @@
 # stuff "git status" should ignore
 
 # build output
-.*
+.libs
+.deps
 *.o
+*.o.??????
 *.a
 *.lo
 *.la
 *.in
 
+# generated source files
+src/jtag/minidriver_imp.h
+src/jtag/jtag_minidriver.h
+
+# editor files
+*.swp
+
+src/startup.tcl
 startup_tcl.c
 xscale_debug.h
 
@@ -56,6 +66,16 @@ stamp-vti
 INSTALL
 NOTES
 
+# coexist with quilt
+patches
+
 # Eclipse stuff
 .project
+.cproject
+.settings
+
+# Emacs temp files
+*~
 
+# CScope database files
+*cscope.out