add .gitignore file
authorRich Felker <dalias@aerifal.cx>
Fri, 9 Mar 2012 08:39:28 +0000 (03:39 -0500)
committerRich Felker <dalias@aerifal.cx>
Fri, 9 Mar 2012 08:39:28 +0000 (03:39 -0500)
I've had this around for a long time but somehow it never got
committed.

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..c1a6cd5
--- /dev/null
@@ -0,0 +1,9 @@
+*.o
+*.lo
+*.a
+*.so
+*.so.1
+arch/*/bits/alltypes.h
+config.mak
+include/bits
+tools/musl-gcc