This is an automated email from the git hooks/post-receive script. mans0954 pushed a commit to branch master in repository pkg-java.
commit ff9981863d6d43e6993e9ad32f22349ef2ec0910 Author: Christopher Hoskin <[email protected]> Date: Sat Sep 2 19:22:36 2017 +0100 Ignore .tar.xz and .buildinfo files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8a0a362..cba203d 100644 --- a/.gitignore +++ b/.gitignore @@ -390,7 +390,9 @@ zookeeper *.log *.dsc *.tar.gz +*.tar.xz *.deb *.changes *.build +*.buildinfo *.upload -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pkg-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

