forked from dlang/dub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (35 loc) · 834 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
*.o
*.obj
*~
.dub
.directory
dub.selections.json
docs.json
__dummy.html
# Ignore build files.
/bin/dub
/bin/__test__library-nonet__
/bin/__test__library__
/bin/dub-test-library
/bin/libdub.a
/bin/dub-*
# Ignore files or directories created by the test suite.
/test/custom-source-main-bug487/custom-source-main-bug487
/test/3-copyFiles/bin/
/test/ignore-hidden-1/ignore-hidden-1
/test/ignore-hidden-2/ignore-hidden-2
/test/expected-import-path-output
/test/expected-string-import-path-output
/test/expected-describe-data-1-list-output
/test/expected-describe-data-2-dmd-output
/test/expected-issue616-output
/test/describe-project/dummy.dat
/test/describe-project/dummy-dep1.dat
/test/*/main/main
/test/*/*test-library
/test/*/*test-application
/test/*/exec-simple
# Ignore coverage files
cov/
# Ignore auto-generated docs
/docs