mirror of
https://github.com/github/gitignore
synced 2024-11-01 01:28:44 +01:00
611c51a2b3
Ignore the usual obj/library/executable files.
See 89c8dea75a/source/dub/init.d (L168)
for dub's default .gitignore.
21 lines
178 B
Plaintext
21 lines
178 B
Plaintext
# Compiled Object files
|
|
*.o
|
|
*.obj
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Compiled Static libraries
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# DUB
|
|
.dub
|
|
docs.json
|
|
__dummy.html
|