diff options
| author | iskolbin <[email protected]> | 2021-11-11 20:12:30 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-11 18:12:30 +0100 |
| commit | 802a1a15290dbae19e9bc4a7d4e468da990a3710 (patch) | |
| tree | f3e1fd0851820e750843b51943da489e1ee64c4a /.gitignore | |
| parent | fc268129ef6b7dd290e77b509e96d3ea0c46f5a0 (diff) | |
| download | raylib-802a1a15290dbae19e9bc4a7d4e468da990a3710.tar.gz raylib-802a1a15290dbae19e9bc4a7d4e468da990a3710.zip | |
added LUA output format for parser; added Makefile for raylib_parser; added raylib_api.lua parser result; added raylib_parser binary to gitignore (#2129)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -101,3 +101,6 @@ zig-out/ build/ build-*/ docgen_tmp/ + +# Parser stuff +parser/raylib_parser |
