[pacman-contrib] [PATCH 1/2] Make Git ignore files generated by test suite

Daniel M. Capella polyzen at archlinux.info
Wed Nov 2 08:32:28 UTC 2016


---
 .gitignore      | 1 +
 test/.gitignore | 3 +++
 2 files changed, 4 insertions(+)
 create mode 100644 test/.gitignore

diff --git a/.gitignore b/.gitignore
index d8ef730..204eb3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ configure
 depcomp
 install-sh
 missing
+test-driver
diff --git a/test/.gitignore b/test/.gitignore
new file mode 100644
index 0000000..070c1d6
--- /dev/null
+++ b/test/.gitignore
@@ -0,0 +1,3 @@
+pacsorttest.sh.log
+pacsorttest.sh.trs
+test-suite.log
-- 
2.10.2


More information about the pacman-contrib mailing list