diff options
author | DEC05EBA <dec05eba@protonmail.com> | 2019-12-16 00:26:22 +0100 |
---|---|---|
committer | DEC05EBA <dec05eba@protonmail.com> | 2019-12-16 01:04:00 +0100 |
commit | ba53125472a21a664de65e1bc5a1594d030034a3 (patch) | |
tree | e7f52c8b9ec876b9ff8061aa8631d3c9585339ba /.gitignore |
initial commit
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 |