diff options
author | Tom Ritter <tom@ritter.vg> | 2017-03-07 15:53:24 -0600 |
---|---|---|
committer | Tom Ritter <tom@ritter.vg> | 2017-03-07 15:53:24 -0600 |
commit | 1ec9b382955e2264bc2cab56d0b4247d33b26bbd (patch) | |
tree | a1d819a4e5529532214679142ae7fedb0c5a5665 | |
parent | 129b2869e2da66c3cc2b34e3fc1a0663283a44c7 (diff) |
Add logfile to gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ *.pyc settings.cfg -jobrunhistory.db
\ No newline at end of file +jobrunhistory.db +logfile.log
\ No newline at end of file |