Author: Juergen Boemmels <[email protected]> Branch: Changeset: r8:fee3904afcff Date: 2011-09-07 20:35 +0200 http://bitbucket.org/pypy/lang-scheme/changeset/fee3904afcff/
Log: Added .hgignore diff --git a/.hgignore b/.hgignore new file mode 100644 --- /dev/null +++ b/.hgignore @@ -0,0 +1,7 @@ +syntax: glob +*.py[co] +*~ +.*.swp + +syntax: regexp +^scheme/ss-c _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
