1
0
mirror of https://github.com/github/gitignore synced 2024-06-03 11:18:12 +02: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:
Kristofer Rye 2013-10-03 17:02:19 -04:00
parent 060aed8a93
commit 02bbff98df

View File

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