Update gitignore
This commit is contained in:
parent
8fbae80d04
commit
ffe26182cf
47
.gitignore
vendored
47
.gitignore
vendored
@ -1,41 +1,24 @@
|
|||||||
./prim
|
|
||||||
|
|
||||||
# Created by https://www.toptal.com/developers/gitignore/api/d,macos,linux,windows
|
|
||||||
# Edit at https://www.toptal.com/developers/gitignore?templates=d,macos,linux,windows
|
|
||||||
|
|
||||||
### D ###
|
|
||||||
# Compiled Object files
|
|
||||||
*.o
|
|
||||||
*.obj
|
|
||||||
|
|
||||||
# Compiled Dynamic libraries
|
|
||||||
*.so
|
|
||||||
*.dylib
|
|
||||||
*.dll
|
|
||||||
|
|
||||||
# Compiled Static libraries
|
|
||||||
*.a
|
|
||||||
*.lib
|
|
||||||
|
|
||||||
# Executables
|
|
||||||
*.exe
|
|
||||||
|
|
||||||
# DUB
|
|
||||||
.dub
|
.dub
|
||||||
docs.json
|
docs.json
|
||||||
__dummy.html
|
__dummy.html
|
||||||
docs/
|
docs/
|
||||||
|
/prim
|
||||||
# Code coverage
|
prim.so
|
||||||
|
prim.dylib
|
||||||
|
prim.dll
|
||||||
|
prim.a
|
||||||
|
prim.lib
|
||||||
|
prim-test-*
|
||||||
|
*.exe
|
||||||
|
*.pdb
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
*.lst
|
*.lst
|
||||||
|
|
||||||
### D Patch ###
|
|
||||||
# Test Executables
|
|
||||||
*-test-*
|
|
||||||
|
|
||||||
# Comment to allow dub lock file to be version controlled as well
|
|
||||||
dub.selections.json
|
dub.selections.json
|
||||||
|
|
||||||
|
# Created by https://www.toptal.com/developers/gitignore/api/macos,windows,linux
|
||||||
|
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,windows,linux
|
||||||
|
|
||||||
### Linux ###
|
### Linux ###
|
||||||
*~
|
*~
|
||||||
|
|
||||||
@ -109,5 +92,5 @@ $RECYCLE.BIN/
|
|||||||
# Windows shortcuts
|
# Windows shortcuts
|
||||||
*.lnk
|
*.lnk
|
||||||
|
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/d,macos,linux,windows
|
# End of https://www.toptal.com/developers/gitignore/api/macos,windows,linux
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user