[python-dtcwt] 12/38: gitignore: re-order to make exclusions clearer

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Mar 8 11:39:18 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository python-dtcwt.

commit 9c179e681ab1697d10a0e50f46bcedaed24325e7
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Tue Aug 4 14:25:31 2015 +0100

    gitignore: re-order to make exclusions clearer
---
 .gitignore | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8cda107..40270c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,19 @@
+# Cached Python bytecode
 *.pyc
-build/
+__pycache__
+
+# Setuptools detritus
+build
+dist
 *.egg
 *.egg-info
-.*.swp
-cover/
+.eggs
+
+# Test suite detritus
+cover
 .coverage
-dist/
+.tox
+
+# Editor backup files
+.*.swp
 *~

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list