summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2015-01-18 10:56:37 +0100
committerraysan5 <[email protected]>2015-01-18 10:56:37 +0100
commit2968ba9938792753a876deb3e2584f3361c60b4d (patch)
tree651e71fd5dc248c6d0d22bbe3412e9042cc40298 /.gitignore
parentbb8c1826d3d3c02cc8e91d6187cd5035a440a6ac (diff)
downloadraylib-2968ba9938792753a876deb3e2584f3361c60b4d.tar.gz
raylib-2968ba9938792753a876deb3e2584f3361c60b4d.zip
Ignore compiled binaries on templates (*.o, *.exe)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 3 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 73c7b709..d06636f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,6 @@
# Ignore generated files
# ...
-# Ignore compiled binaries
-src/*.o
-src/*.exe
-examples/*.o
-examples/*.exe
-templates/*.exe
-
# Ignore Android generated files and folders
src_android/obj/
templates/android_project/bin/
@@ -48,6 +41,9 @@ _ReSharper*/
[Tt]est[Rr]esult*
ipch/
*.opensdf
+
+# Ignore compiled binaries
+*.o
*.exe
!tools/rrem.exe