gitignore file for D

Ignore the usual obj/library/executable files.
See 89c8dea75a/source/dub/init.d (L168) for dub's default .gitignore.
This commit is contained in:
Martin Nowak 2015-09-27 18:45:12 +02:00
parent 5778fded8b
commit 611c51a2b3
1 changed files with 20 additions and 0 deletions

20
D.gitignore Normal file
View File

@ -0,0 +1,20 @@
# Compiled Object files
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.a
*.lib
# Executables
*.exe
# DUB
.dub
docs.json
__dummy.html