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 /glcpp | |
| parent | 1b85c46bcf30a666493c9b4cda03617e8a81b13a (diff) | |
Add missing build products to gitignore
Diffstat (limited to 'glcpp')
| -rw-r--r-- | glcpp/.gitignore | 4 | 
1 files changed, 4 insertions, 0 deletions
| 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 | 
