2 new commits in pytest: https://bitbucket.org/pytest-dev/pytest/commits/937947dc19ac/ Changeset: 937947dc19ac User: flub Date: 2015-05-20 09:33:13+00:00 Summary: Ignore emacs' .dir-locals.el file
This can be used to e.g. automatically set a specific syntax checker or virtualenv to activate. Affected #: 1 file diff -r 6ee4b4d70a9b81f525c6fe46eab1b2018de6f4b0 -r 937947dc19acc8123f85dfe55707cca042ac9089 .hgignore --- a/.hgignore +++ b/.hgignore @@ -37,3 +37,4 @@ .coverage .ropeproject *.sublime-* +.dir-locals.el https://bitbucket.org/pytest-dev/pytest/commits/84621bcbb544/ Changeset: 84621bcbb544 User: hpk42 Date: 2015-06-03 21:34:13+00:00 Summary: Merged in flub/pytest (pull request #299) Ignore emacs' .dir-locals.el file Affected #: 1 file diff -r 88488f8bb2eb46b19c67d595b1d2e220e89c418a -r 84621bcbb544f251f2aac602c07b68797e70d51d .hgignore --- a/.hgignore +++ b/.hgignore @@ -37,3 +37,4 @@ .coverage .ropeproject *.sublime-* +.dir-locals.el Repository URL: https://bitbucket.org/pytest-dev/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit