forked from yamadapc/pyjamas
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
59 lines (46 loc) · 747 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Created by https://www.gitignore.io/api/d
# Edit at https://www.gitignore.io/?templates=d
### D ###
# Compiled Object files
*.o
*.obj
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Compiled Static libraries
*.a
*.lib
# Executables
*.exe
# DUB
.dub
docs.json
__dummy.html
# Code coverage
*.lst
### D Patch ###
# Test Executables
*-test-*
# Comment to allow dub lock file to be version controlled as well
dub.selections.json
# End of https://www.gitignore.io/api/d
*~
*.swp
*.deps
.lock-*
build/*
.directory
tests/unit-threaded/ut.d
tests/unit-threaded/unit-threaded-tests*
tests/silly/silly-tests*
tests/dunit/dunit-tests*
tests/d-unit/d-unit-tests
.trial/
trial-root*
trial_root*
.vscode/
.idea/
*.iml
# Jekyll stuff
docs/_site/