Updated ignorable files
This commit is contained in:
parent
d86c5e3950
commit
a08e0929bc
1 changed files with 8 additions and 8 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -2,17 +2,17 @@
|
||||||
# ...
|
# ...
|
||||||
|
|
||||||
# Ignore compiled binaries
|
# Ignore compiled binaries
|
||||||
src/core.o
|
src/*.o
|
||||||
src/shapes.o
|
|
||||||
src/textures.o
|
|
||||||
src/text.o
|
|
||||||
src/models.o
|
|
||||||
src/audio.o
|
|
||||||
src/vector3.o
|
|
||||||
src/stb_image.o
|
|
||||||
src/*.exe
|
src/*.exe
|
||||||
examples/*.o
|
examples/*.o
|
||||||
examples/*.exe
|
examples/*.exe
|
||||||
|
templates/*.exe
|
||||||
|
|
||||||
|
# Ignore Android generated files and folders
|
||||||
|
src_android/obj/
|
||||||
|
templates/android_project/bin/
|
||||||
|
templates/android_project/obj/
|
||||||
|
templates/android_project/libs/
|
||||||
|
|
||||||
# Ignore thumbnails created by windows
|
# Ignore thumbnails created by windows
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue