diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-10-21 13:50:53 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-10-21 13:50:53 +0200 |
commit | 67e913ed9ee2043b6401ea624f33fc20f656c5fc (patch) | |
tree | f4f0112988bc46b16c9751c6c0d7c0c50455a8c8 /.gitignore | |
parent | Fixed KindleGen detection on macOS (diff) | |
download | kcc-67e913ed9ee2043b6401ea624f33fc20f656c5fc.tar.gz kcc-67e913ed9ee2043b6401ea624f33fc20f656c5fc.tar.bz2 kcc-67e913ed9ee2043b6401ea624f33fc20f656c5fc.zip |
Version bump
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index 6877d7a..3e74b4d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,10 @@ *.pyc -*.cbz -*.cbr -*.spec -.idea -.DS_Store -.python-version -Thumbs.db -dist -Output -kindlegen* +Pipfile +Pipfile.lock setup.bat kindlecomicconverter/sentry.py +other/windows/kindlegen.exe +dist/ build/ KindleComicConverter.egg-info/ +.idea/ \ No newline at end of file |