# HG changeset patch # User Nicolas Saunier # Date 1255919566 14400 # Node ID f5806717cc3671a470bc90eb2130721b5cfe1663 # Parent aed8eb63cdded7572b415f9055472b60c6a09d83 Added hgignore diff -r aed8eb63cdde -r f5806717cc36 .hgignore --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sun Oct 18 22:32:46 2009 -0400 @@ -0,0 +1,19 @@ +# use glob syntax. +syntax: glob + +*.a +*.o +*.exe +*.pyc +*~ +*.rej +*.orig +*.bak +*.lock +*.yml +*.zip +.emacs.desktop* +latex +html +bin +build \ No newline at end of file