diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-02-28 23:45:47 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-02-28 23:45:47 +0100 |
commit | 8b8a84334f234b21945e8433ba3bd7d117ca69d9 (patch) | |
tree | c1178f5b06b084f62a8733adc4d17d364a459f7a /.gitignore |
Initial commit, it works
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 |