Skip to content

Commit cd43618

Browse files
committed
[QA] Clean up the ignore list.
1 parent 6eeeef9 commit cd43618

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

.gitignore

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
.DS_Store
2-
.coverage
3-
.noseids
4-
.ropeproject/
5-
.tox/
6-
*.py[co]
7-
*~
8-
*.sqlite
9-
*.sqlite-journal
10-
settings_local.py
11-
local_settings.py
1+
*.egg-info/
2+
123
.*.sw[po]
4+
*.py[co]
5+
6+
build/
137
dist/
14-
*.egg-info
158
doc/.build/
16-
build/
17-
locale/
9+
.ropeproject/
10+
.tox/
11+
12+
ChangeLog
1813
pip-log.txt
14+
15+
.DS_Store
16+
.coverage
17+
.noseids

0 commit comments

Comments
 (0)