Skip to content

Commit c4bfa37

Browse files
author
Guillaume Piolat
committed
Ignore more files
1 parent ae1db7c commit c4bfa37

File tree

2 files changed

+621
-0
lines changed

2 files changed

+621
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ dub.selections.json
44
*.sublime-project
55
*.sublime-workspace
66
*.a
7+
__dummy_docs
8+
docs.json
79
__test__library__
810
__test__vanilla__
911
*-test-library
1012
*.lib
13+
*.obj
1114
*.exe
1215
*.visualdproj
1316
*.dll
17+
*.pdb
1418
*.sln
1519
*.suo
1620
*.so
@@ -26,3 +30,4 @@ builds
2630
repro*.sh
2731
*.sh
2832
.vscode
33+
.ldc2_cache/

0 commit comments

Comments
 (0)