[PATCH 01/12] Add a .gitignore file.
John Wright
jsw at debian.org
Sun Aug 31 21:26:07 UTC 2014
From: John Wright <jsw at google.com>
Now 'git status' output isn't cluttered by a bunch of build artifacts.
---
.gitignore | 11 +++++++++++
1 file changed, 11 insertions(+)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..fbfac97
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+*.pyc
+*.swp
+README.debtags
+.pybuild
+*.egg-info
+debian/files
+debian/python-debian
+debian/python-debian.*
+debian/python3-debian
+debian/python3-debian.*
+setup.py
--
2.1.0
More information about the pkg-python-debian-maint
mailing list