remove unnesesary file from .gitignore

This commit is contained in:
Blue 2023-08-14 00:21:47 -06:00
parent 7d62be63e2
commit 7c6d8da1e9

2
.gitignore vendored
View File

@ -2,8 +2,6 @@ zig-cache/
zig-out/ zig-out/
.idea/ .idea/
Project/* Project/*
#This is a file that is auto-generated to make a hack work
**/web_emscripten_entry_point.zig
libraylib.a libraylib.a
raylib.h raylib.h
raymath.h raymath.h