Browse Source
[ignore][parser] properly ignore built rlparser executable (#5337)
* [ignore][parser] properly ignore built rlparser executable
* remove actual executable
pull/5339/head
JohnnyCena123
3 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
1 deletions
-
.gitignore
-
BIN
tools/rlparser/rlparser
|
|
|
@ -115,7 +115,8 @@ build-*/ |
|
|
|
docgen_tmp/ |
|
|
|
|
|
|
|
# Tools stuff |
|
|
|
tools/parser/raylib_parser |
|
|
|
tools/parser/rlparser.exe |
|
|
|
tools/parser/rlparser |
|
|
|
tools/rexm/rexm.exe |
|
|
|
tools/rexm/rexm |
|
|
|
|
|
|
|
|