浏览代码

C: Ignore Some Common File Extensions for Binaries on Linux

 I use this system in a few of the projects I've contributed to, to
ignore architecture-specific linux binaries.
Kristofer Rye 11 年之前
父节点
当前提交
02bbff98df
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      C.gitignore

+ 2 - 0
C.gitignore

@@ -16,3 +16,5 @@
 *.exe
 *.out
 *.app
+*.i*86
+*.x86_64