diff options
author | pommicket <pommicket@gmail.com> | 2025-09-11 14:20:50 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-11 14:23:30 -0400 |
commit | 06b3634741718a264bef03ee7b38455a2482bb24 (patch) | |
tree | 913677c87f478024d615a958e0a3daa0f4633a3b /.gitignore | |
parent | 81d3c4962cc482023327a13bbbfc884421f0a00f (diff) |
Set up build system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,3 +2,5 @@ /build* /debug /release +/.cache +compile_commands.json |