diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-07-02 03:37:21 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-02 03:37:21 +0200 |
commit | 65efe09a5ef4e087f510515b1dbbb64fb8e8753d (patch) | |
tree | c6834ca1b0e0c80da63671eeb9a5669e7092227b /.gitignore |
Initial commit, finished
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 |