diff options
author | Shav Kinderlehrer <[email protected]> | 2023-08-10 10:54:42 -0400 |
---|---|---|
committer | Shav Kinderlehrer <[email protected]> | 2023-08-10 10:54:42 -0400 |
commit | ffe26182cfae6058e6e7d8e628f16bac4ed71f5d (patch) | |
tree | 026752a303dc36db89c62dca79d78176962e30dc | |
parent | 8fbae80d0465a213546cd533b57f3dce95abd4f4 (diff) | |
download | prim-ffe26182cfae6058e6e7d8e628f16bac4ed71f5d.tar.gz prim-ffe26182cfae6058e6e7d8e628f16bac4ed71f5d.zip |
Update gitignore
-rw-r--r-- | .gitignore | 47 |
1 files changed, 15 insertions, 32 deletions
@@ -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 |