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.
This commit is contained in:
Kristofer Rye 2013-10-03 17:02:19 -04:00
parent 060aed8a93
commit 02bbff98df
1 changed files with 2 additions and 0 deletions

View File

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