2 Nov
2016
2 Nov
'16
8:32 a.m.
--- .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