Browse Source

[ignore][parser] properly ignore built rlparser executable

pull/5337/head
Johnny Cena 3 months ago
parent
commit
cb8443bbea
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .gitignore

+ 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

Loading…
Cancel
Save