diff options
author | kartofen <mladenovnasko0@gmail.com> | 2025-03-30 01:48:04 +0200 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2025-03-30 01:48:04 +0200 |
commit | 9c6e78990e76367e683a429cd5a9637b1ac94542 (patch) | |
tree | 3aa1abf53c047b00efb06859cff9a094cea1f147 /.gitignore | |
parent | c5e2ebc18ec867caf6f7c2edf2305f1cdb65b053 (diff) |
some more formats and a build system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea35e10 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin +.ninja_* |