diff options
author | Ian Romanick <[email protected]> | 2010-02-25 17:17:23 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-02-25 17:17:23 -0800 |
commit | d59673c9de9f14e6aefcdb0b06751d935385c4aa (patch) | |
tree | 6b4540b0d65a3db3a281f42c366d1b9c0715caf8 /.gitignore | |
parent | e41a1cd4d534639272938210c5491077688ccd37 (diff) |
autoconf for the ...
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 4c678686229..e098bdb965a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,22 @@ +.deps +COPYING +INSTALL +Makefile.in +aclocal.m4 +autom4te.cache +config.* +configure +depcomp +ylwrap +install-sh +missing +stamp-h1 +Makefile *.o *~ builtin_types.h glsl_lexer.cpp glsl_parser.output -glsl_parser.tab.cpp -glsl_parser.tab.h -glsl_parser.tab.hpp +glsl_parser.cpp +glsl_parser.h glsl |