Fix gitignore

This commit is contained in:
jordan4ibanez 2022-08-14 02:12:14 -04:00
parent 9b0932988e
commit 33e0eccd65

14
.gitignore vendored
View File

@ -2,13 +2,13 @@
docs.json docs.json
__dummy.html __dummy.html
docs/ docs/
/voxel_thing /crafter
voxel_thing.so crafter.so
voxel_thing.dylib crafter.dylib
voxel_thing.dll crafter.dll
voxel_thing.a crafter.a
voxel_thing.lib crafter.lib
voxel_thing-test-* crafter-test-*
*.exe *.exe
*.o *.o
*.obj *.obj