diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-09 18:40:22 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-09 18:40:22 -0800 |
commit | 707cf3115f060fe385a253b08badd701d3caea42 (patch) | |
tree | de5010dfdbdd03b7ff63ca1fb126b568570330ff /.gitignore | |
parent | ac6004730fa54a756d1627a4e8450cd32df86f75 (diff) |
working gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,4 +4,5 @@ tmp/ /bin/** /build/** +/.cache/** compile_commands.json |