Skip to content

Commit 6ef2262

Browse files
committed
Updated .hgignore
1 parent ae99db6 commit 6ef2262

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.hgignore

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
\.pyc$
2-
\..*\.swp$
3-
^build/
4-
^dist/
5-
^rsa.egg-info/
6-
^distribute-0.6.*
1+
syntax:glob
2+
*.pyc
3+
.*.swp
4+
build/
5+
dist/
6+
rsa.egg-info/
7+
distribute-0.6.*
8+
doc/_build/

0 commit comments

Comments
 (0)