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
parent
commit
ad17af57e9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .gitignore
  2. BIN
      tools/rlparser/rlparser

+ 2
- 1
.gitignore View File

@ -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

BIN
tools/rlparser/rlparser View File


Loading…
Cancel
Save