summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-03-09 03:39:28 -0500
committerRich Felker <dalias@aerifal.cx>2012-03-09 03:39:28 -0500
commitd46cf2e14cc4df7cc75e77d7009fcb6df1f48a33 (patch)
tree05b981958e5bfb92744e556701edb1376d035c53
parent405ce58dcf59ecfb3e245fed0b96b1f35fbeaec1 (diff)
downloadmusl-d46cf2e14cc4df7cc75e77d7009fcb6df1f48a33.tar.gz
add .gitignore file
I've had this around for a long time but somehow it never got committed.
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..c1a6cd51
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+*.o
+*.lo
+*.a
+*.so
+*.so.1
+arch/*/bits/alltypes.h
+config.mak
+include/bits
+tools/musl-gcc