mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Raysan (#1003)
* new linux makefile for Android portages
* Revert "projects: CMake: bump up minimal raylib version (#983)"
This reverts commit 82306af111.
* new PR for upstream
* for Raysan
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user