summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2018-07-21 16:18:33 +0200
committerraysan5 <[email protected]>2018-07-21 16:18:33 +0200
commit7dc66d2d3f0668edd46ed3380656692d67ae6da0 (patch)
tree080bb5ae4055801ca40b47e4a825857fe59b1b11 /.gitignore
parent864511fe57a6eff7c7477ca3655012dc5010b191 (diff)
downloadraylib-7dc66d2d3f0668edd46ed3380656692d67ae6da0.tar.gz
raylib-7dc66d2d3f0668edd46ed3380656692d67ae6da0.zip
Looking for a place for raylib resource file
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1591e532..6aa3ee26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,7 +48,7 @@ ipch/
# Ignore compiled binaries
*.o
*.exe
-!src/raylib.rc.o
+!raylib.rc.o
# Ignore all examples files
examples/*