# HG changeset patch # User Thomas Arendsen Hein # Date 1283158577 -7200 # Node ID f5426961a380b15edc091b18feed18ec8a2c6233 # Parent 60c0bcdf01ab73367f5f92b496c0fe85450fd00c Add .hgignore: Ignore files generated by editors, python and getan. Additionally ignore "urwid", so you can copy/symlink a current urwid version to avoid setting PYTHONPATH. diff -r 60c0bcdf01ab -r f5426961a380 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Mon Aug 30 10:56:17 2010 +0200 @@ -0,0 +1,12 @@ +syntax: glob + +*.orig +*.rej +*~ +*.pyc +*.swp +\#*\# +.\#* +getan.log +time.db +urwid