diff options
author | marha <marha@users.sourceforge.net> | 2011-05-30 14:12:12 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-05-30 14:12:12 +0200 |
commit | 91def498916935bc9ebd433a28981d19bf426961 (patch) | |
tree | e54c32faad4e00c7c11ec32c8a432d4765f48cb3 /mesalib/src/mesa/program | |
parent | 5719b20f6566d6df13010c106630e8448384d688 (diff) | |
download | vcxsrv-91def498916935bc9ebd433a28981d19bf426961.tar.gz vcxsrv-91def498916935bc9ebd433a28981d19bf426961.tar.bz2 vcxsrv-91def498916935bc9ebd433a28981d19bf426961.zip |
Added gitignore files
Diffstat (limited to 'mesalib/src/mesa/program')
-rw-r--r-- | mesalib/src/mesa/program/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mesalib/src/mesa/program/.gitignore b/mesalib/src/mesa/program/.gitignore new file mode 100644 index 000000000..2f1601fcc --- /dev/null +++ b/mesalib/src/mesa/program/.gitignore @@ -0,0 +1,4 @@ +lex.yy.c
+program_parse.output
+program_parse.tab.c
+program_parse.tab.h
\ No newline at end of file |