summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* external test plugin tests and coverage should now runEric Lin2020-07-111-1/+1
|
* Swap out tox for noxEric Lin2020-07-081-0/+1
|
* Added .venv directory to .gitignoreTodd Leonhardt2019-07-051-0/+3
|
* Add Pipfile to support Pipenv for developmentTodd Leonhardt2019-07-051-0/+3
|
* Changed example cmd2 history file's extension from txt to dat since it is ↵Kevin Van Brunt2019-06-051-1/+1
| | | | now binary
* Add junit to ignored directorieskotfu2018-12-061-0/+1
|
* Removed venvKevin Van Brunt2018-10-131-4/+1
|
* Documentation updatesKevin Van Brunt2018-10-121-0/+3
|
* Added persistent history file to main.pyKevin Van Brunt2018-09-271-0/+3
|
* Add .eggs directorykotfu2018-07-291-0/+1
|
* Added multiple owners for cmd2/cmd2.pyTodd Leonhardt2018-06-171-0/+4
| | | | | Also: - Added files to .gitignore for mypy plugin for PyCharm
* Added .mypy_cache to .gitignoreTodd Leonhardt2018-06-101-0/+3
| | | | | Also: - Added a few more type hints
* Updated .gitignore to ignore Visual Studio Code settings and configuraitonTodd Leonhardt2018-04-141-3/+11
|
* Update .gitignore to ignore the .pytest_cache directoryTodd Leonhardt2018-03-161-0/+1
|
* Tell git to ignore .tox directorykotfu2018-01-061-0/+1
|
* Various minor updates:Todd Leonhardt2017-01-291-1/+3
| | | | | | | | | - Updated .gitignore for code coverage result dirs from coverage and pytest-cov - Updated README.rst to include badge for latest docs from readthedocs.io - Updated setup.py to have updated info for the next time a release is made to PyPI - Documentation updates: - Bumped version in conf.py to 0.7 - Updated links in index.rst and alternatives.rst
* Merge from masterTodd Leonhardt2016-12-111-1/+1
|\
| * Safer work-around for Python 3 removing the built-in file() functionTodd Leonhardt2016-12-111-0/+2
| |
* | Just added .cache to .gitignore for pytestTodd Leonhardt2016-12-091-0/+1
| |
* | Stage 3 of refactoring.Todd Leonhardt2016-12-091-1/+1
| | | | | | | | Transcript testing now works on both Python 2 and Python 3 thanks to six.next().
* | Removed unused file ignoreBug.py and added .idea directory (PyCharm) to ↵Todd Leonhardt2016-12-091-0/+1
|/ | | | .gitignore
* Loading in a script file now works in Python 3.5Todd Leonhardt2016-12-091-0/+5