Project Info Name.......: gnu-hello
Description: GNU Hello


gnu-hello       
Info
Commit...:0f2446e20ca868b8abb71bb37f957cfa411882f4
Author...:Reuben Thomas
Committer:Reuben Thomas
Date.....:Sat May 4 18:20:33 2013 +0100
Parents..:8e2e30925146c64d52d42c9613ad057588745690

Message
Add some more patterns to .gitignore files (thanks, Sami Kerola)

Changes
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

This website is licensed under AGPL-3.0. Feel free to copy!