##// END OF EJS Templates
py3: add __pycache__ to .hgignore...
Pulkit Goyal -
r40645:ee9981bc default
parent child Browse files
Show More
@@ -116,6 +116,7 b' test-convert-tagsbranch-topology.t'
116 116 test-copy-move-merge.t
117 117 test-copy.t
118 118 test-copytrace-heuristics.t
119 test-custom-filters.t
119 120 test-debugbuilddag.t
120 121 test-debugbundle.t
121 122 test-debugcommands.t
@@ -27,6 +27,7 b''
27 27 > .hgignore
28 28 > prefix.py
29 29 > prefix.pyc
30 > __pycache__/
30 31 > EOF
31 32
32 33 $ cat > stuff.txt <<EOF
General Comments 0
You need to be logged in to leave comments. Login now