diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-11-10 19:10:23 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-11-10 19:10:23 +0100 |
commit | 6acf1a180223f34ee55e9d75787972ff982f70c1 (patch) | |
tree | 83e42059d9753e268d31426ab0d2055231d282ae /.gitignore | |
parent | Fixed dot processing in directory names (diff) | |
download | kcc-6acf1a180223f34ee55e9d75787972ff982f70c1.tar.gz kcc-6acf1a180223f34ee55e9d75787972ff982f70c1.tar.bz2 kcc-6acf1a180223f34ee55e9d75787972ff982f70c1.zip |
Updated build enviroment
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 6b1ecfe..6877d7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,15 @@ *.pyc *.cbz *.cbr +*.spec .idea .DS_Store +.python-version Thumbs.db dist Output -test -solaio kindlegen* -*.spec +setup.bat kindlecomicconverter/sentry.py build/ -.python-version KindleComicConverter.egg-info/ |