1
0
mirror of https://github.com/github/gitignore synced 2024-06-18 10:29:39 +02:00
gitignore/C.gitignore
Kristofer Rye 02bbff98df 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.
2013-10-03 17:02:19 -04:00

21 lines
160 B
Plaintext

# Object files
*.o
*.ko
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64