Skip to content

Commit 58c85d4

Browse files
committed
build: gitignore pattern tweaks
1 parent 7bc3f3e commit 58c85d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ htmlcov/
4545
.cache
4646
nosetests.xml
4747
coverage.xml
48-
*,cover
48+
*.cover
4949
.hypothesis/
5050
.pytest_cache/
5151

@@ -62,13 +62,14 @@ docs/_build/
6262
# PyBuilder
6363
target/
6464

65-
#Ipython Notebook
65+
# ipython Notebook
6666
.ipynb_checkpoints
6767

6868
# editors
6969
.idea
7070
.ropeproject
7171
*.swp
72+
.vim/
7273

7374
# docs
7475
doc/_build/

0 commit comments

Comments
 (0)