Update gitignore

This commit is contained in:
Shav Kinderlehrer 2023-08-10 10:54:42 -04:00
parent 8fbae80d04
commit ffe26182cf

47
.gitignore vendored
View File

@ -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
docs.json
__dummy.html
docs/
# Code coverage
/prim
prim.so
prim.dylib
prim.dll
prim.a
prim.lib
prim-test-*
*.exe
*.pdb
*.o
*.obj
*.lst
### D Patch ###
# Test Executables
*-test-*
# Comment to allow dub lock file to be version controlled as well
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 ###
*~
@ -109,5 +92,5 @@ $RECYCLE.BIN/
# Windows shortcuts
*.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