Add common LPC2xxx setup procedure, use in all LPC2xxx files.
[fw/openocd] / .gitignore
index c0aba19e780702d406fb5af1c6a2d8ec3b340277..0491508c26d9841a83472d58c99f84032a933ad7 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,13 @@ stamp-vti
 INSTALL
 NOTES
 
+# coexist with quilt
+patches
+
 # Eclipse stuff
 .project
+.cproject
+.settings
 
+# Emacs temp files
+*~