diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000000..570764a62c --- /dev/null +++ b/.hgignore @@ -0,0 +1,19 @@ +syntax: glob +*.orig +*.rej +*~ +*.o +tests/*.err +*.ncb +*.suo +*.obj +.hg +.hgignore +.hgtags +.svn +.cvsignore +ds_store +thumbs.db + +syntax: regexp +.*\#.*\#$ \ No newline at end of file