mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-27 07:34:46 +03:00
Ignore more stuff
This commit is contained in:
parent
a3b15c4a5f
commit
4f5da27f95
16
.gitignore
vendored
16
.gitignore
vendored
|
@ -28,14 +28,22 @@ pip-delete-this-directory.txt
|
||||||
|
|
||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
htmlcov/
|
htmlcov/
|
||||||
|
.eggs
|
||||||
.tox/
|
.tox/
|
||||||
.coverage
|
.coverage
|
||||||
.cache
|
.cache
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
coverage.xml
|
coverage.xml
|
||||||
|
coverage.c.json
|
||||||
|
coverage.filtered.info
|
||||||
|
coverage.info
|
||||||
|
|
||||||
# Test files
|
# Test files
|
||||||
test_images
|
test_images
|
||||||
|
Tests/images/msp
|
||||||
|
Tests/images/picins
|
||||||
|
Tests/images/README.md
|
||||||
|
Tests/images/sunraster
|
||||||
|
|
||||||
# Translations
|
# Translations
|
||||||
*.mo
|
*.mo
|
||||||
|
@ -58,14 +66,16 @@ docs/_build/
|
||||||
# Vim cruft
|
# Vim cruft
|
||||||
.*.swp
|
.*.swp
|
||||||
|
|
||||||
#emacs
|
# emacs
|
||||||
*~
|
*~
|
||||||
\#*#
|
\#*#
|
||||||
.#*
|
.#*
|
||||||
|
|
||||||
#Komodo
|
# Komodo
|
||||||
*.komodoproject
|
*.komodoproject
|
||||||
|
|
||||||
#OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea
|
||||||
|
|
Loading…
Reference in New Issue
Block a user