diff options
author | Louis Vézina <[email protected]> | 2017-10-16 19:57:38 -0400 |
---|---|---|
committer | Louis Vézina <[email protected]> | 2017-10-16 19:57:38 -0400 |
commit | 4303388826ca890c21f0ce6af96f8d4da82ae238 (patch) | |
tree | 853235cec3ac8c359739d7cd7f90927b76a0e810 /.gitignore | |
parent | edb46d9115be4e83282fce10e6505cd5ad0b26bb (diff) | |
parent | fd9803354ea84972db8f9ba0053f3e1ff1dad155 (diff) | |
download | bazarr-4303388826ca890c21f0ce6af96f8d4da82ae238.tar.gz bazarr-4303388826ca890c21f0ce6af96f8d4da82ae238.zip |
Update to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e4514e4a7..0f206f261 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ bazarr.db cachefile.dbm *.log *.log.* +*.db +*.pyc |