diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-25 01:39:03 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-25 01:39:03 +0200 |
commit | e747b343c332907110dad26e15c20daf3d7d7125 (patch) | |
tree | f7bbda928fa3e88a01f77839dd8e729929ae9ada /.gitignore | |
download | saw-e747b343c332907110dad26e15c20daf3d7d7125.zip |
init
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66a8a0b --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/*build*/ +/source/kit/ +/source/stb/ +/source/sokol/ +/source/nanovg/ +/source/miniaudio/ +*.swp |