[diffoscope] 04/05: Ignore /.*eggs and /.cache - they get created when running tests.

Chris Lamb chris at chris-lamb.co.uk
Sat Aug 6 21:10:01 CEST 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository diffoscope.

commit e39e1e23232a17beada20bdef2a7345bbd44ec57
Author: Chris Lamb <lamby at debian.org>
Date:   Sat Aug 6 19:59:18 2016 +0100

    Ignore /.*eggs and /.cache - they get created when running tests.
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 2d7bd76..af1fdc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
 *.sw[p-z]
 *.pyc
 /.pybuild
+/*.eggs
+/.cache
 /diffoscope.egg-info/
 /dist/
 .coverage

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list