diff options
| author | Tommi Sinivuo <[email protected]> | 2021-09-25 20:24:48 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-25 19:24:48 +0200 |
| commit | 206e1def6f888cbf69bdf0138f4e1a67a0377e4f (patch) | |
| tree | 36c2a887f8154d374f171f4eca0bcdfa048d765c /.gitignore | |
| parent | b7063ab879a5ae4975e323cdcf94e4ec2528b206 (diff) | |
| download | raylib-206e1def6f888cbf69bdf0138f4e1a67a0377e4f.tar.gz raylib-206e1def6f888cbf69bdf0138f4e1a67a0377e4f.zip | |
Add Zig build file (#2014)
The build file builds Raylib as a static library for either
Windows or Linux.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -93,3 +93,10 @@ build GPATH GRTAGS GTAGS + +# Zig programming language +zig-cache/ +zig-out/ +build/ +build-*/ +docgen_tmp/ |
