diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-03-30 01:19:50 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-03-30 01:19:50 +0200 |
commit | 44b986c762815874ccfb636152ae452ecba48764 (patch) | |
tree | 5b5412a7c9ef6ccc5283af56121aae5596b13253 /.gitignore |
wip
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 |