Sfoglia il codice sorgente

[ignore][parser] properly ignore built rlparser executable (#5337)

* [ignore][parser] properly ignore built rlparser executable

* remove actual executable
pull/5339/head
JohnnyCena123 3 mesi fa
committed by GitHub
parent
commit
ad17af57e9
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: B5690EEEBB952194
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      .gitignore
  2. BIN
      tools/rlparser/rlparser

+ 2
- 1
.gitignore Vedi 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 Vedi File


Caricamento…
Annulla
Salva