diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-09-20 06:37:59 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:28:02 +0200 |
commit | b8fd71aa2af110372841a1724471b8bffa4ab254 (patch) | |
tree | e596988b47c58003222b526e72294abb756c2d79 /.gitignore | |
parent | 053c4ad0c3807105a53d9ba65e47483a90bfde52 (diff) |
Initial commit, works to create ninja file
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 |