summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-27 13:15:52 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-27 13:15:52 -0400
commit221bdad25f014b38f2762cbbe684fa341add6d6c (patch)
tree9ae4565c8893e6e5d3aeb9d00fb172662f38f054 /.gitignore
parent82b76590141d09cf16a6681b2522a21608df5f18 (diff)
downloadcmd2-git-221bdad25f014b38f2762cbbe684fa341add6d6c.tar.gz
Added persistent history file to main.py
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9b5a5ba8..8acd2d4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,6 @@ htmlcov
# mypy plugin for PyCharm
dmypy.json
dmypy.sock
+
+# cmd2 history file used in main.py
+cmd2_history.txt