diff options
| author | Ray <[email protected]> | 2020-05-08 22:48:10 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-08 22:48:10 +0200 |
| commit | 2d1cbe3cb392fe76948b7bbe61cee257a3fa2066 (patch) | |
| tree | f094b357acaf213a4809444c80f0bcf6c114986f /.gitignore | |
| parent | db4a618c6f165c90f8d4aaa470f84705fe62b6b5 (diff) | |
| download | raylib-2d1cbe3cb392fe76948b7bbe61cee257a3fa2066.tar.gz raylib-2d1cbe3cb392fe76948b7bbe61cee257a3fa2066.zip | |
Update .gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -34,13 +34,10 @@ Thumbs.db [Bb]in [Dd]ebug/ -[Dd]ebug.win32/ -[Dd]ebug.DLL/ *.sbr *.sdf obj/ [R]elease/ -[Rr]elease.win32/ _ReSharper*/ [Tt]est[Rr]esult* ipch/ @@ -62,7 +59,6 @@ examples/* !examples/*/ # Unignore all examples files with extension !examples/*.c -!examples/*.lua !examples/*.png # Unignore examples Makefile !examples/Makefile @@ -70,17 +66,6 @@ examples/* !examples/raylib_compile_execute.bat !examples/raylib_makefile_example.bat -# Ignore all games files -games/* -# Unignore all games dirs -!games/*/ -# Unignore all games files with extension -!games/*.c -!games/*.png -# Unignore games makefile -!games/Makefile -!games/Makefile.Android - # Ignore files build by xcode *.mode*v* *.pbxuser @@ -112,7 +97,6 @@ build # Unignore These makefiles... !examples/CMakeLists.txt -!games/CMakeLists.txt # Ignore GNU global tags GPATH |
