mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-27 18:44:19 +08:00
b2a2301df6
Modified .gitignore to properly ignore auto_example files
29 lines
321 B
Plaintext
29 lines
321 B
Plaintext
*.pyc
|
|
*~
|
|
*#
|
|
.#*
|
|
*egg-info
|
|
*.so
|
|
*.pyd
|
|
*.bak
|
|
*.c
|
|
*.new
|
|
*.md5
|
|
*.old
|
|
doc/source/api
|
|
doc/build
|
|
source/api
|
|
build
|
|
dist
|
|
skimage/version.py
|
|
*.swp
|
|
.coverage
|
|
doc/source/auto_examples/**/*
|
|
doc/source/_static/random.js
|
|
.idea/
|
|
*.log
|
|
doc/release/_release_notes_for_docs.txt
|
|
doc/gh-pages
|
|
wheels
|
|
skimage/morphology/_skeletonize_3d_cy.pyx
|