Skip to content

Commit ad17af5

Browse files
[ignore][parser] properly ignore built rlparser executable (#5337)
* [ignore][parser] properly ignore built rlparser executable * remove actual executable
1 parent af57c88 commit ad17af5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ build-*/
115115
docgen_tmp/
116116

117117
# Tools stuff
118-
tools/parser/raylib_parser
118+
tools/parser/rlparser.exe
119+
tools/parser/rlparser
119120
tools/rexm/rexm.exe
120121
tools/rexm/rexm
121122

tools/rlparser/rlparser

-42.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)