diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-03-09 03:39:28 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-03-09 03:39:28 -0500 |
commit | d46cf2e14cc4df7cc75e77d7009fcb6df1f48a33 (patch) | |
tree | 05b981958e5bfb92744e556701edb1376d035c53 | |
parent | 405ce58dcf59ecfb3e245fed0b96b1f35fbeaec1 (diff) | |
download | musl-d46cf2e14cc4df7cc75e77d7009fcb6df1f48a33.tar.gz musl-d46cf2e14cc4df7cc75e77d7009fcb6df1f48a33.tar.xz musl-d46cf2e14cc4df7cc75e77d7009fcb6df1f48a33.zip |
add .gitignore file
I've had this around for a long time but somehow it never got committed.
-rw-r--r-- | .gitignore | 9 |
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 |