diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-26 11:42:46 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-26 11:42:46 -0500 |
commit | 08cda726bec4e3f14cc9ef13b25a1ea531be697c (patch) | |
tree | df5b566329fa8383946f8e10bcdec0bd30a30d9e /.gitignore |
shaders
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..498c116 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +*~ +*.swp +tags +TAGS +*.o +*.obj +*.exe +*.dll +*.lib +*.pdb +*.ilk +*.res +*.zip +*.a +SDL2 +shaders |