Skip to content

Commit b91dab6

Browse files
committed
Merge pull request #1676 from MartinNowak/patch-1
gitignore file for D
2 parents fece917 + 611c51a commit b91dab6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

D.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Compiled Object files
2+
*.o
3+
*.obj
4+
5+
# Compiled Dynamic libraries
6+
*.so
7+
*.dylib
8+
*.dll
9+
10+
# Compiled Static libraries
11+
*.a
12+
*.lib
13+
14+
# Executables
15+
*.exe
16+
17+
# DUB
18+
.dub
19+
docs.json
20+
__dummy.html

0 commit comments

Comments
 (0)