浏览代码

add .gitignore file

I've had this around for a long time but somehow it never got
committed.
Rich Felker 13 年之前
父节点
当前提交
d46cf2e14c
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      .gitignore

+ 9 - 0
.gitignore

@@ -0,0 +1,9 @@
+*.o
+*.lo
+*.a
+*.so
+*.so.1
+arch/*/bits/alltypes.h
+config.mak
+include/bits
+tools/musl-gcc