mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
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:
parent
5778fded8b
commit
611c51a2b3
20
D.gitignore
Normal file
20
D.gitignore
Normal 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
|
Loading…
Reference in New Issue
Block a user