[python-debian/master 01/12] Add a .gitignore file.

John Wright jsw at google.com
Sat Sep 6 07:46:55 UTC 2014


Now 'git status' output isn't cluttered by a bunch of build
artifacts.
---
 .gitignore | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2972162
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+*.pyc
+*.swp
+README.debtags
+.pybuild
+*.egg-info
+setup.py
+debian/files
+debian/*.debhelper.log
+debian/*.debhelper                                                                                                   
+debian/*.substvars
+debian/python-debian/
+debian/python3-debian/
-- 
1.9.1





More information about the pkg-python-debian-commits mailing list