diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-09-20 06:37:59 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-09-20 06:40:28 +0200 |
commit | 194a5708f3a42c6254cf99d8e03b5c8c60224feb (patch) | |
tree | 650a6427b438f5ebdbc31746e5d8e5b5debef7ff /.gitignore | |
parent | ce415d8b76e355c34dc42b68c4da5a69b2c392b8 (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 |