diff options
author | Michael Smith <mikesmiffy128@gmail.com> | 2024-02-26 18:54:16 +0000 |
---|---|---|
committer | Michael Smith <mikesmiffy128@gmail.com> | 2024-02-26 18:54:16 +0000 |
commit | efd2491a3d19160d9cae2a094e7baa9f2d958196 (patch) | |
tree | 1cbcae136679bc1411c3758c1252ffdc67d7d12b /.gitignore |
Implement initial versionv1.0
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..62b9d63 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/*.wrap.exe +/junk/ +/compile_commands.json +/compile_flags.txt +/release/ |