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:
parent
060aed8a93
commit
02bbff98df
@ -16,3 +16,5 @@
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
*.i*86
|
||||
*.x86_64
|
||||
|
Loading…
Reference in New Issue
Block a user