Death to CVS! Long live Mercurial.
Authored by: Kyle VanderBeek 2010-06-18
Parent(s): [3e3bfb]
Child(ren): [e70512]
--- a/.cvsignore +++ b/.hgignore @@ -1,6 +1,4 @@ -dist -build -regress.py -test.py -PKG-INFO -*.pyc +.*\.pyc$ +.*\.pyo$ +^build/ +^dist/