# HG changeset patch # User Florent Aide, <florent.aide@gmail.com> # Date 1313588309 -7200 # Wed Aug 17 15:38:29 2011 +0200 # Node ID 9451242226ab3d89aec29e2daccc029a701d0085 # Parent 0000000000000000000000000000000000000000 First adding an ignore pattern diff --git a/.hgignore b/.hgignore new file mode 100644 --- /dev/null +++ b/.hgignore @@ -0,0 +1,17 @@ +syntax: glob +**/*.pyc +*.swp +.tmp* +*.egg-info +dist/* +build/* +lib/* +*.orig +*.log +.settings/* +data/* +storage/* +.project +.idea +.pydevproject +*.db