diff options
| author | raysan5 <[email protected]> | 2015-01-18 10:56:37 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2015-01-18 10:56:37 +0100 |
| commit | 2968ba9938792753a876deb3e2584f3361c60b4d (patch) | |
| tree | 651e71fd5dc248c6d0d22bbe3412e9042cc40298 /.gitignore | |
| parent | bb8c1826d3d3c02cc8e91d6187cd5035a440a6ac (diff) | |
| download | raylib-2968ba9938792753a876deb3e2584f3361c60b4d.tar.gz raylib-2968ba9938792753a876deb3e2584f3361c60b4d.zip | |
Ignore compiled binaries on templates (*.o, *.exe)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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 |
