This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Ignore examples binaries on Linux (and automated logs)
pull/5365/head
Ray
2 weeks ago
parent
ee3d65cbc9
commit
1f7f9ab22b
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
.gitignore
+ 4
- 0
.gitignore
View File
@ -62,10 +62,14 @@ packages/
emsdk
# Ignore wasm data in examples/
examples/**/*
examples/**/*.wasm
examples/**/*.data
examples/**/*.js
examples/**/*.html
!examples/**/*.*
!examples/**/*/
examples/**/logs/*
# Ignore files build by xcode
*.mode*v*
Write
Preview
Loading…
Cancel
Save