diff options
author | Sven Göthel <[email protected]> | 2024-05-10 17:39:57 +0200 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-05-10 17:39:57 +0200 |
commit | 543eb0edd5933542089e73214b7ecafaa81cd012 (patch) | |
tree | d7ca0dc879ab03be63c6167fe38c7b17f44c5532 /.gitignore | |
parent | 8d18290744af96abeea7dbb51e2e2cb9917b6dd4 (diff) |
Gamp v0.0.0 - Glue C++ w/ GLES/SDL and jaulib via emscripten to WebAssembly (or 'just' run it natively w/ full performance)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..66205fa --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +/.cache/ +build*/ +dist*/ +snaps/ +/compile_commands.json +*~ +*.log + |