Add common LPC2xxx setup procedure, use in all LPC2xxx files.
[fw/openocd] / .gitignore
index 2c1c536adcd4d41c90c69a8796110c386671837c..0491508c26d9841a83472d58c99f84032a933ad7 100644 (file)
@@ -4,14 +4,20 @@
 .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
 
@@ -60,6 +66,13 @@ stamp-vti
 INSTALL
 NOTES
 
+# coexist with quilt
+patches
+
 # Eclipse stuff
 .project
+.cproject
+.settings
 
+# Emacs temp files
+*~