diff options
author | pommicket <pommicket@gmail.com> | 2025-09-16 14:03:51 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-16 14:03:51 -0400 |
commit | 9f817b370e55c24db5dee3f6948d2d95df7c3207 (patch) | |
tree | 5a315d38ab6e607ab80953f266bc319958e149dd /.gitignore | |
parent | 9c4f73d970d549388661bbf274393f613cff511d (diff) |
Start C++ library
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ /doc -/Debug -/Release -/.cache +Debug +Release +.cache build* compile_commands.json |