diff options
-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 9edd6daf71c..b3ce5e7086e 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 077db8d8e14..c158dc8b862 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 |