Looking for a place for raylib resource file

This commit is contained in:
raysan5
2018-07-21 16:18:33 +02:00
parent 864511fe57
commit 7dc66d2d3f
14 changed files with 13 additions and 13 deletions

2
.gitignore vendored
View File

@ -48,7 +48,7 @@ ipch/
# Ignore compiled binaries
*.o
*.exe
!src/raylib.rc.o
!raylib.rc.o
# Ignore all examples files
examples/*