Add some more patterns to .gitignore files (thanks, Sami Kerola)
diff --git a/build-aux/.gitignore b/build-aux/.gitignore line changes: +1/-0 index e0397d4..95fd4b4 --- a/build-aux/.gitignore +++ b/build-aux/.gitignore
@@ -13,6 +13,7 @@ /pmccabe.css /pmccabe2html /snippet +/test-driver /texinfo.tex /update-copyright /useless-if-before-free
diff --git a/tests/.gitignore b/tests/.gitignore line changes: +2/-0 index 0000000..65ab957 --- /dev/null +++ b/tests/.gitignore
@@ -0,0 +1,2 @@ +/*.log +/*.trs