diff options
author | pommicket <pommicket@gmail.com> | 2025-09-15 17:16:48 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-15 17:16:48 -0400 |
commit | 2b519f42fec913763abd0d967301916e763e770a (patch) | |
tree | c7268e64d6c0f3d7db7ac7134d20398a54ff8e36 /.gitignore | |
parent | dc989291eb6b9b20a25a78f35d6f04968a88ed0b (diff) |
Better testing framework
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ /doc -/debug -/release +/Debug +/Release /.cache build* compile_commands.json |