Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore coverage results | hugovk | 2014-03-06 | 1 | -0/+1 |
| | | | | | coverage.py creates HTML reports in the htmlcov directory (this tool can also be used with coveralls.io) http://nedbatchelder.com/code/coverage/ https://pypi.python.org/pypi/coverage | ||||
* | Update Python.gitignore | Evandro Leopoldino Gonçalves | 2014-01-07 | 1 | -1/+0 |
| | |||||
* | Update Python.gitignore | Evandro Leopoldino Gonçalves | 2013-12-14 | 1 | -0/+3 |
| | |||||
* | Ignore rope files. | Kevin Deldycke | 2013-11-13 | 1 | -0/+3 |
| | | | Rope (https://bitbucket.org/zjes/rope_py3k/overview) is a refactoring tool for Python. It creates temporary files in `.ropeproject` to cache data. These files should be ignored by default. | ||||
* | Added Sphinx documentation | Jordi Llonch | 2013-11-13 | 1 | -0/+4 |
| | |||||
* | Add .cache to the Python .gitignore | Sam Clements | 2013-11-12 | 1 | -0/+1 |
| | | | `.cache` is generated when unittests are run with py.test | ||||
* | Fix a copy/paste mistake | Carl Suster | 2013-11-12 | 1 | -4/+3 |
| | |||||
* | Merge pull request #473 from Visgean/master | Carl Suster | 2013-11-11 | 1 | -0/+5 |
|\ | | | | | Merge the django template into the python one since there is a significant overlap | ||||
| * | Update Python.gitignore | Visgean Skeloru | 2013-11-12 | 1 | -0/+5 |
| | | |||||
* | | Merge pull request #421 from matheussl/master | Justin Spahr-Summers | 2013-11-10 | 1 | -0/+1 |
|\ \ | | | | | | | Add "pip-delete-this-directory.txt" | ||||
| * | | add ignore "pip-delete-this-directory.txt" | Matheus | 2012-08-23 | 1 | -0/+1 |
| |/ | |||||
* | | Merge pull request #814 from xiaogaozi/patch-1 | Adam Roben | 2013-11-07 | 1 | -0/+1 |
|\ \ | | | | | | | Python.gitignore add coverage.xml | ||||
| * | | Python.gitignore add coverage.xml | Changjian Gao | 2013-10-22 | 1 | -0/+1 |
| | | | |||||
* | | | Make Python .gitignore directory entries match only directories. | Chris Jerdonek | 2013-11-07 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | 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). | ||||
* | | | Comment for .py[cod] files | Ray Shan | 2013-04-13 | 1 | -0/+1 |
|/ / | | | | | Commenting the only ignore that isn't commented. | ||||
* | | Merge pull request #329 from svkampen/patch-1 | Daniel Hengeveld | 2013-01-20 | 1 | -0/+1 |
|\ \ | |/ |/| | Added __pycache__ | ||||
| * | Removed comment. | Sam van Kampen | 2013-01-13 | 1 | -2/+0 |
| | | |||||
| * | Added __pycache__ | Sam van Kampen | 2012-04-28 | 1 | -0/+3 |
| | | |||||
* | | added missing whitespaces in comments | Honza Javorek | 2012-08-18 | 1 | -2/+2 |
| | | |||||
* | | Adding pydev files | Eduard Carreras | 2012-08-08 | 1 | -1/+2 |
|/ | |||||
* | add '.pyd' and '.so' (C extensions) in Python.gitignore | Matheus dos Santos Lima | 2012-04-12 | 1 | -1/+5 |
| | |||||
* | add 'lib' and 'lib64' to Python gitignore. | Matheus dos Santos Lima | 2012-04-12 | 1 | -0/+2 |
| | |||||
* | Added nosetests.xml to the python unittest ignores. | Reinout van Rees | 2011-09-09 | 1 | -0/+1 |
| | | | | nosetests.xml is created by the 'nose' test runner when you want xml output, for instance for integration with jenkins. | ||||
* | Update Python.gitignore with some commonly used patterns for buildout-based ↵ | tzicatl | 2011-04-04 | 1 | -0/+3 |
| | | | | projects | ||||
* | Update Python.gitignore with some commonly used patterns for buildout-based ↵ | tzicatl | 2011-04-04 | 1 | -0/+5 |
| | | | | projects | ||||
* | Added buildout directories and the configuration data files. | Sébastien Douche | 2010-11-10 | 1 | -0/+5 |
| | |||||
* | Add exclusions for setup.py behaviors | Gavin M. Roy | 2010-11-08 | 1 | -0/+1 |
| | |||||
* | Add package, installer, unit test and coverage files. | Vincent Driessen | 2010-11-09 | 1 | -0/+12 |
| | |||||
* | Python ignores | Adam Vandenberg | 2010-11-09 | 1 | -0/+1 |