diff options
author | pommicket <pommicket@gmail.com> | 2021-09-24 21:46:36 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2021-09-24 21:46:36 -0400 |
commit | 62013523bfa10f5ec3ade356e03b12c030662a83 (patch) | |
tree | 03daaa24d446af7a6ae4a8908d37126d77dbb586 /.gitignore |
rework vlib.h
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ccb4214 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +sandbox +tags +TAGS +*~ +*.swp +*.exe +*.ilk +*.pdb +*.dll +*.lib +SDL2 |