Add top-level .gitignore file.

Signed-off-by: Eamon Walsh <ewalsh@tycho.nsa.gov>
This commit is contained in:
Eamon Walsh 2009-10-20 17:15:13 -04:00
parent f3c3bbd16a
commit c6fdb52eb7

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
# Note: use "git ls-files -i --exclude-standard" to make sure
# no tracked files are ignored as a result of any changes.
# Object files
*.o
*.lo
*.so
*.so.[0-9]
*.a
*.s
*.mo
# Misc
*.patch
*.gz
*~
# Failsafes
!.gitignore