mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -16,3 +16,5 @@
|
||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
*.i*86
|
||||||
|
*.x86_64
|
||||||
|
|
Loading…
Add table
Reference in a new issue