mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Updated to ignore *.exe
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -48,6 +48,8 @@ _ReSharper*/
|
|||||||
[Tt]est[Rr]esult*
|
[Tt]est[Rr]esult*
|
||||||
ipch/
|
ipch/
|
||||||
*.opensdf
|
*.opensdf
|
||||||
|
*.exe
|
||||||
|
!tools/rrem.exe
|
||||||
|
|
||||||
# Ignore files build by xcode
|
# Ignore files build by xcode
|
||||||
*.mode*v*
|
*.mode*v*
|
||||||
|
|||||||
Reference in New Issue
Block a user