Skip to content

Commit b19a83c

Browse files
committed
sort ignore lines and add build directory
1 parent 3b499d0 commit b19a83c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.hgignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
syntax: glob
2-
distribute*.egg
3-
distribute*.tar.gz
2+
*.pyc
43
README.html
5-
virtualenvwrapper.egg-info
6-
trace.txt
4+
build
75
dist
6+
distribute*.egg
7+
distribute*.tar.gz
88
docs/build
99
docs/website
10-
*.pyc
1110
sphinx/web/templates/base.html
1211
tests/catch_output
1312
tests/testpackage/build
1413
tests/testpackage/dist
1514
tests/testpackage/testpackage.egg-info
15+
trace.txt
16+
virtualenvwrapper.egg-info
1617
virtualenvwrapper/docs
1718

1819
syntax: re

0 commit comments

Comments
 (0)