[pacman-contrib] [PATCH 1/2] Make Git ignore files generated by test suite
--- .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
--- src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2f58e7f..3453b90 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -46,10 +46,11 @@ EXTRA_DIST = \ paclist.sh.in \ paclog-pkglist.sh.in \ pacscripts.sh.in \ + pacsearch.pl.in \ + pacsort.c \ + pactree.c \ rankmirrors.sh.in \ updpkgsums.sh.in \ - \ - pacsearch.pl.in \ vim/syntax/PKGBUILD.vim \ vim/ftdetect/PKGBUILD.vim -- 2.10.2
participants (1)
-
Daniel M. Capella