Commit Graph

20 Commits

Author SHA1 Message Date
Justin Spahr-Summers b5ff707987 Merge pull request #421 from matheussl/master
Add "pip-delete-this-directory.txt"
2013-11-10 23:12:47 -08:00
Adam Roben 523c52fe52 Merge pull request #814 from xiaogaozi/patch-1
Python.gitignore add coverage.xml
2013-11-07 19:50:15 -08:00
Chris Jerdonek c038e773de Make Python .gitignore directory entries match only directories.
This commit also alphabetizes the distribution/packaging section after
separating the directory entries from the file entries.  I left alone
a few entries that I'm not sure about (i.e. *.egg and the
"Mr Developer" section).
2013-11-07 20:13:43 -06:00
Changjian Gao a3878fe7b9 Python.gitignore add coverage.xml 2013-10-22 18:17:22 +08:00
Ray Shan 9428df834f Comment for .py[cod] files
Commenting the only ignore that isn't commented.
2013-04-13 23:46:22 -05:00
Daniel Hengeveld cec9f74523 Merge pull request #329 from svkampen/patch-1
Added __pycache__
2013-01-20 21:15:08 -08:00
Sam van Kampen 6c95cdd9b9 Removed comment. 2013-01-13 17:41:18 +01:00
Matheus 4ff163b0cf add ignore "pip-delete-this-directory.txt" 2012-08-23 15:40:36 -03:00
Honza Javorek 2f7bc6bab3 added missing whitespaces in comments 2012-08-18 19:55:23 +03:00
Eduard Carreras 2661a82010 Adding pydev files 2012-08-08 19:57:13 +03:00
Sam van Kampen d8fd679001 Added __pycache__ 2012-04-28 15:55:20 +03:00
Matheus dos Santos Lima 39dbe57df7 add '.pyd' and '.so' (C extensions) in Python.gitignore 2012-04-12 16:21:38 -03:00
Matheus dos Santos Lima 933578cbb1 add 'lib' and 'lib64' to Python gitignore. 2012-04-12 16:11:18 -03:00
Reinout van Rees 3e00d905c3 Added nosetests.xml to the python unittest ignores.
nosetests.xml is created by the 'nose' test runner when you want xml output, for instance for integration with jenkins.
2011-09-09 12:32:11 +02:00
tzicatl e1f0a713c4 Update Python.gitignore with some commonly used patterns for buildout-based projects 2011-04-04 22:14:13 -05:00
tzicatl 2a42f5376a Update Python.gitignore with some commonly used patterns for buildout-based projects 2011-04-04 22:14:03 -05:00
Sébastien Douche c991bc587d Added buildout directories and the configuration data files. 2010-11-10 23:37:40 +01:00
Gavin M. Roy 80e0020b8c Add exclusions for setup.py behaviors 2010-11-08 14:46:39 -08:00
Vincent Driessen b8d698b462 Add package, installer, unit test and coverage files. 2010-11-09 06:38:28 +08:00
Adam Vandenberg 3ec3b811ed Python ignores 2010-11-09 04:49:59 +08:00