mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
Add .gitignore file.
To ignore generated source files (and glcpp binary).
This commit is contained in:
parent
a1e32bcff0
commit
a70e7bab2b
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
glcpp
|
||||
glcpp-lex.c
|
||||
glcpp-parse.c
|
||||
glcpp-parse.h
|
||||
*.o
|
||||
*~
|
||||
Loading…
Add table
Reference in a new issue