diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-10-08 15:21:06 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-10-08 15:21:06 +0200 |
commit | c50ef935e0792eeb0256ddf5df87af015f3ae1d8 (patch) | |
tree | 809a89abc102d6bd90da9c44cdfdc187655b4687 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0dee329 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Compiled sibs files +sibs-build/ +compile_commands.json +tests/sibs-build/ +tests/compile_commands.json +.vscode/ |