From d46cf2e14cc4df7cc75e77d7009fcb6df1f48a33 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Fri, 9 Mar 2012 03:39:28 -0500 Subject: add .gitignore file I've had this around for a long time but somehow it never got committed. --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore 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 -- cgit v1.2.1