]> git.sur5r.net Git - openocd/commitdiff
Improve .gitignore rules.
authorZachary T Welch <zw@superlucidity.net>
Sat, 24 Oct 2009 10:05:41 +0000 (03:05 -0700)
committerZachary T Welch <zw@superlucidity.net>
Wed, 28 Oct 2009 06:20:24 +0000 (23:20 -0700)
A '.*' rule prevents the 'git submodule add' from correctly adding the
first submodule, because it creates the .gitmodule file.  This file will
not be added (without -f) result in incomplete submodule commits.
The new rules mask the specific files present in my own build tree, but
additional rules may be needed to hide other types of temporary files.

.gitignore

index c0aba19e780702d406fb5af1c6a2d8ec3b340277..2c1c536adcd4d41c90c69a8796110c386671837c 100644 (file)
@@ -1,13 +1,17 @@
 # stuff "git status" should ignore
 
 # build output
-.*
+.libs
+.deps
 *.o
 *.a
 *.lo
 *.la
 *.in
 
+# editor files
+*.swp
+
 startup_tcl.c
 xscale_debug.h