diff options
author | lamp | 2023-03-05 21:39:53 +0000 |
---|---|---|
committer | lamp | 2023-03-05 21:39:53 +0000 |
commit | 8d29c1c8ca2bda77d9ef5e971986de62b76b7232 (patch) | |
tree | f686993fa1dfeb14e9ff63ae8b5ac73c35ffe29a /.gitignore |
initmain
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9479979 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/build +compile_commands.json +/.cache
\ No newline at end of file |