diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-05-25 02:17:15 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 06:54:59 +0200 |
commit | c17412cce925ce226d3835a2e59b4d9f31b5b3ed (patch) | |
tree | bdef2c8cbbda218f7cb75fbc39e6c786d7dfeaf9 /.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/ |