summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShav Kinderlehrer <[email protected]>2023-08-10 10:54:42 -0400
committerShav Kinderlehrer <[email protected]>2023-08-10 10:54:42 -0400
commitffe26182cfae6058e6e7d8e628f16bac4ed71f5d (patch)
tree026752a303dc36db89c62dca79d78176962e30dc
parent8fbae80d0465a213546cd533b57f3dce95abd4f4 (diff)
downloadprim-ffe26182cfae6058e6e7d8e628f16bac4ed71f5d.tar.gz
prim-ffe26182cfae6058e6e7d8e628f16bac4ed71f5d.zip
Update gitignore
-rw-r--r--.gitignore47
1 files changed, 15 insertions, 32 deletions
diff --git a/.gitignore b/.gitignore
index db1a741..c5afae6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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