diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2016-12-09 22:20:46 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2016-12-09 22:20:46 -0500 |
| commit | a0cdb91e54a5ebe790191d180a9091d367175d52 (patch) | |
| tree | 1e961f0d64f762101ff95d5da6e09c5c5a18b6c6 /.gitignore | |
| parent | 347f9e89190c7feb81f54d9e8cbbb566432d766a (diff) | |
| download | cmd2-git-a0cdb91e54a5ebe790191d180a9091d367175d52.tar.gz | |
Just added .cache to .gitignore for pytest
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ dist cmd2.egg-info .idea *.pyc +.cache |
