diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-03-02 17:31:56 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-03-02 17:31:56 +0100 |
commit | f559463d90665eb3a9f82e65d129e2034d10f913 (patch) | |
tree | 8d9e2e19289ca1b13759b0ade32329670e50950e /.gitignore | |
parent | Mainly adhere to PEP 8 code style (http://www.python.org/dev/peps/pep-0008/) (diff) | |
download | kcc-f559463d90665eb3a9f82e65d129e2034d10f913.tar.gz kcc-f559463d90665eb3a9f82e65d129e2034d10f913.tar.bz2 kcc-f559463d90665eb3a9f82e65d129e2034d10f913.zip |
Added option to rotate images instead spliting.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index ce8a767..06dbc60 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -/*.pyc -/*.cbz -/*.cbr -/.idea -/build \ No newline at end of file +*.pyc +*.cbz +*.cbr +.idea +build \ No newline at end of file |