diff options
author | Louis Vézina <[email protected]> | 2017-10-16 19:27:19 -0400 |
---|---|---|
committer | Louis Vézina <[email protected]> | 2017-10-16 19:27:19 -0400 |
commit | edb46d9115be4e83282fce10e6505cd5ad0b26bb (patch) | |
tree | 511409b526b1552de6745c94fff7295479dcf7bc /.gitignore | |
parent | 546c3ac0662c9ab578dc6fe4c4885e85a6378f3f (diff) | |
download | bazarr-edb46d9115be4e83282fce10e6505cd5ad0b26bb.tar.gz bazarr-edb46d9115be4e83282fce10e6505cd5ad0b26bb.zip |
Continuig development
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2a7da2d1c..e4514e4a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.pyc bazarr.db cachefile.dbm +*.log +*.log.* |