diff options
| author | Jean-Seb / jseb <[email protected]> | 2019-10-29 15:54:01 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-10-29 15:54:01 +0100 |
| commit | 862ef0524eba5c2c4202411f4b7b69d4c1e732a1 (patch) | |
| tree | 8f1875297c497fb1ba4327fa7259630dc4e9f227 /.gitignore | |
| parent | d73abe73e5e70ff18d68552ca0562ddccee8679b (diff) | |
| download | raylib-862ef0524eba5c2c4202411f4b7b69d4c1e732a1.tar.gz raylib-862ef0524eba5c2c4202411f4b7b69d4c1e732a1.zip | |
Raysan (#1003)
* new linux makefile for Android portages
* Revert "projects: CMake: bump up minimal raylib version (#983)"
This reverts commit 82306af111894397cb2028ac270f2916aa615fab.
* new PR for upstream
* for Raysan
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,8 @@ # Ignore generated files # ... +.gitignore + # Ignore VIM's backup generated files *.swp *.swo @@ -30,6 +32,7 @@ Thumbs.db *.cache *.ilk *.log + [Bb]in [Dd]ebug/ [Dd]ebug.win32/ @@ -52,6 +55,7 @@ packages/ *.exe *.a *.bc +*.so !raylib.rc.o # Ignore all examples files |
