1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00
gitignore/D.gitignore
Martin Nowak 611c51a2b3 gitignore file for D
Ignore the usual obj/library/executable files.
See 89c8dea75a/source/dub/init.d (L168) for dub's default .gitignore.
2015-09-27 18:45:12 +02:00

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