Add .noseids to .gitignore. #5776

Merged
merged 1 commit into from Jan 1, 2016

Conversation

Projects
None yet
3 participants
Contributor

anntzer commented Jan 1, 2016

.noseids is used by the --with-id/--failed switch of nose, which allows re-running only failed tests (http://nose.readthedocs.org/en/latest/plugins/testid.html).

Also remove duplicate entries from .gitignore: .swp; setup.cfg.

@anntzer anntzer Add .noseids to .gitignore.
.noseids is used by the --with-id/--failed switch of nose, which allows
re-running only failed tests.

Also remove duplicate entries from .gitignore: .swp; setup.cfg.
98453ae

@tacaswell tacaswell added a commit that referenced this pull request Jan 1, 2016

@tacaswell tacaswell Merge pull request #5776 from anntzer/gitignore-update
Add .noseids to .gitignore.
c210b0d

@tacaswell tacaswell merged commit c210b0d into matplotlib:master Jan 1, 2016

3 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage remained the same at 68.502%
Details

tacaswell removed the needs_review label Jan 1, 2016

anntzer deleted the anntzer:gitignore-update branch Jan 1, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment