diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-31 20:52:43 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-31 20:52:43 +0200 |
commit | be05472a2ff9e08860207a5770a76a96e3c93dc5 (patch) | |
tree | 0dbd411819c461da0f322bf93812b5ead412e060 /.gitignore |
Initial commit, done, just need args change
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..636c6b9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Compiled sibs files +sibs-build/ +compile_commands.json +tests/sibs-build/ +tests/compile_commands.json |