mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01: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
@ -16,3 +16,5 @@
|
|||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
*.app
|
*.app
|
||||||
|
*.i*86
|
||||||
|
*.x86_64
|
||||||
|
Loading…
Reference in New Issue
Block a user