We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b499d0 commit b19a83cCopy full SHA for b19a83c
.hgignore
@@ -1,18 +1,19 @@
1
syntax: glob
2
-distribute*.egg
3
-distribute*.tar.gz
+*.pyc
4
README.html
5
-virtualenvwrapper.egg-info
6
-trace.txt
+build
7
dist
+distribute*.egg
+distribute*.tar.gz
8
docs/build
9
docs/website
10
-*.pyc
11
sphinx/web/templates/base.html
12
tests/catch_output
13
tests/testpackage/build
14
tests/testpackage/dist
15
tests/testpackage/testpackage.egg-info
+trace.txt
16
+virtualenvwrapper.egg-info
17
virtualenvwrapper/docs
18
19
syntax: re
0 commit comments