diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-22 12:24:42 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-22 12:24:42 -0700 |
commit | b302359394312112a61aec58c99be9ffc3406c92 (patch) | |
tree | f64687b28e474d98fee827825c9a4f2d6ca4cbce | |
parent | 1b85c46bcf30a666493c9b4cda03617e8a81b13a (diff) |
Add missing build products to gitignore
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | glcpp/.gitignore | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9edd6daf71..b3ce5e7086 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ ylwrap install-sh missing stamp-h1 +libtool +ltmain.sh Makefile *.o *~ diff --git a/glcpp/.gitignore b/glcpp/.gitignore index 077db8d8e1..c158dc8b86 100644 --- a/glcpp/.gitignore +++ b/glcpp/.gitignore @@ -2,6 +2,10 @@ glcpp glcpp-lex.c glcpp-parse.c glcpp-parse.h +glcpp-parse.output *.o +*.lo +*.la +.libs *~ tests/*.out |