mirror of
https://github.com/github/gitignore
synced 2024-11-22 03:34:23 +01:00
02bbff98df
I use this system in a few of the projects I've contributed to, to ignore architecture-specific linux binaries.
21 lines
160 B
Plaintext
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
|