Index: .hgignore |
=================================================================== |
new file mode 100644 |
--- /dev/null |
+++ b/.hgignore |
@@ -0,0 +1,6 @@ |
+syntax: glob |
+*.pyc |
+*.pyo |
+ |
+syntax: regexp |
+^cache/ |
Wladimir Palant
2015/04/30 15:34:47
Better:
^cache$
Sebastian Noack
2015/04/30 20:26:20
Fair enough, but why? The only difference is that
Wladimir Palant
2015/05/13 13:17:23
Yes, and we use the latter consistently for all ou
|