add .gitignore file

I've had this around for a long time but somehow it never got
committed.
This commit is contained in:
Rich Felker 2012-03-09 03:39:28 -05:00
parent 405ce58dcf
commit d46cf2e14c
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
*.o
*.lo
*.a
*.so
*.so.1
arch/*/bits/alltypes.h
config.mak
include/bits
tools/musl-gcc