Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98453ae

Browse files
committed
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.
1 parent c708029 commit 98453ae

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*.kdev4
1313
.project
1414
.pydevproject
15-
.swp
15+
*.swp
1616
.idea
1717

1818
# Compiled source #
@@ -71,13 +71,13 @@ texput.log
7171
texput.aux
7272
result_images
7373

74-
*.swp
75-
setup.cfg
76-
77-
# Coverage generated files #
78-
############################
79-
74+
# Nose generated files #
75+
########################
8076
.coverage
8177
.coverage.*
8278
cover/
79+
.noseids
80+
81+
# Conda files #
82+
###############
8383
__conda_version__.txt

0 commit comments

Comments
 (0)