Update .gitignore to ignore glad.c

This commit is contained in:
2026-04-23 01:35:21 +00:00
parent 8d735b57dc
commit a68b161a67

3
.gitignore vendored
View File

@@ -17,6 +17,9 @@
*.dylib
*.dll
# glad.c (that's a file we don't focus on)
glad.c
# Fortran module files
*.mod
*.smod