summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* fix setup.py classifiers, improvefnmatchprocess handler typesyobmod2021-08-081-0/+1
|
* Remove accidental file and assure they don't come backSebastian Thiel2021-07-061-0/+1
|
* add newlinesyobmod2021-02-281-1/+1
|
* update .gitignore prior to typesyobmod2021-02-281-0/+3
|
* rebase on masteryobmod2021-02-261-2/+0
|
* drop python 3.4, update .gitignoreYobmod2021-02-241-0/+2
|
* Add venv to gitignoreSagi Shadur2020-09-291-0/+1
|
* As string is iterable, changed to isinstance checkMarcel2019-10-151-0/+2
| | | | test now works
* try fix tests: Force Flake8 to like our codeSebastian Thiel2018-12-221-0/+1
| | | | | | | | | I actually tried to fix the W504/W503 errors, but failed ungracefully. Also there was no help online, nor was there something that would automatically fix it. No, I am not ever again spend time trying to pacify linters, they have to fix it automatically.
* fix(refs): don't raise StopIterationSebastian Thiel2016-03-281-0/+1
| | | | Fixes #394
* Added specific test for roughly checking configuration paths.Sebastian Thiel2015-01-121-1/+1
| | | | | | | For some reason, I didn't trust the existing one as it tests that code more indirectly. Related to #160
* Merge branch 'tox' of https://github.com/hashar/GitPython into hashar-toxSebastian Thiel2014-11-141-0/+3
|\ | | | | | | | | | | | | Conflicts: README.md requirements.txt setup.py
| * Use tox to easily run tests in venvAntoine Musso2014-07-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tox https://pypi.python.org/pypi/tox is a thin wrapper around virtualenv which let you craft a fresh python environement to execute command in. It creates the env with virtualenv, install dependencies, run python setup.py install in it and then execute whatever command you want it to do and report status. To do so I simply: - listed tests dependencies in test-requirements.txt (which are just nose and mock) - provide a tox.ini file which describe how to install the dependencies and execute nosetests - added the module 'coverage' to the list of test dependencies To run tests simply: pip install tox && tox That will execute the test command 'nosetests' using python2.6 and then python 2.7. The additional env 'cover' can be run using: tox -ecover.
* | Prepared release 0.3.20.3.2Sebastian Thiel2014-11-141-0/+1
|/ | | | | | | It represents the latest state on github, which should be better than what's installed by default. [skip ci]
* Added sublime-text projectSebastian Thiel2014-07-141-0/+1
| | | | | As relative paths are used througout, it will work for everyone using sublime text out of the box.
* Added coverage reportSebastian Thiel2014-05-191-0/+2
|
* .gitignore will now ignore netbeans projectsSebastian Thiel2010-10-251-0/+1
| | | | Fixed test which used the --force flag on move, but there is only a short version (left) it appears
* /doc/_build is not interesting...Martin Marcher2009-10-011-0/+1
|
* Added /dist to .gitignoreSverre Rabbelier2008-06-131-0/+1
|
* gitignore: add ignores for common emacs and vim temporary filesDavid Aguilar2008-05-291-0/+2
| | | | | | | | | vim saves temporary data in $FILENAME.swp. emacs saves backups in $FILENAME~. .gitignore now ignores all of these entries. Signed-off-by: David Aguilar <davvid@gmail.com>
* gitignore: ignore eggs, .pyo's and /buildDavid Aguilar2008-05-281-2/+3
| | | | | | | | | | | | This commit sets up .gitignore so that it properly ignores both .pyo and .pyc files. The egg path was updated so that it is prepended with a "/". "/build" was added to the list of ignored paths since it is customary for setuptools to use that directory for builds. Signed-off-by: David Aguilar <davvid@gmail.com>
* added .gitignore to ignore *.pyc files and the egg-info stuff.Florian Apolloner2008-05-201-0/+2