summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2025-09-16 14:03:51 -0400
committerpommicket <pommicket@gmail.com>2025-09-16 14:03:51 -0400
commit9f817b370e55c24db5dee3f6948d2d95df7c3207 (patch)
tree5a315d38ab6e607ab80953f266bc319958e149dd /.gitignore
parent9c4f73d970d549388661bbf274393f613cff511d (diff)
Start C++ library
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 32272a7..c325e0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
/doc
-/Debug
-/Release
-/.cache
+Debug
+Release
+.cache
build*
compile_commands.json