From: Rich Felker Date: Fri, 9 Mar 2012 08:39:28 +0000 (-0500) Subject: add .gitignore file X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=d46cf2e14cc4df7cc75e77d7009fcb6df1f48a33;hp=405ce58dcf59ecfb3e245fed0b96b1f35fbeaec1;ds=sidebyside add .gitignore file I've had this around for a long time but somehow it never got committed. --- 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