commit 97da01eeed6e09d6f7ecd86ba6d21fc52fc6e357 Author: Thomas Waldmann Date: Fri Jun 24 01:14:37 2011 +0200 added .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..eaa6b42 --- /dev/null +++ b/.hgignore @@ -0,0 +1,9 @@ +.*\.py[co]$ +^dist/ +^XStatic.egg-info/ +^docs/_build/ +^MANIFEST$ +.DS_Store +.orig$ +.rej$ +.~$