From 89227f6ce40aa34d77fb61edbd32e522afc6e493 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 22 Feb 2010 19:09:45 -0800 Subject: [PATCH] Ignore all build products --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c67868 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +*.o +*~ +builtin_types.h +glsl_lexer.cpp +glsl_parser.output +glsl_parser.tab.cpp +glsl_parser.tab.h +glsl_parser.tab.hpp +glsl -- 2.7.4