commit/galaxy-central: dannon: Update hgignore to include all .lock, .pid, and .log files.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/7c04c98d7b6a/ Changeset: 7c04c98d7b6a User: dannon Date: 2015-02-04 17:07:01+00:00 Summary: Update hgignore to include all .lock, .pid, and .log files. Affected #: 1 file diff -r f0ae870b22e955a6668dd46e55b31e708184abb4 -r 7c04c98d7b6af49164615bf3988942a19a1fc620 .hgignore --- a/.hgignore +++ b/.hgignore @@ -30,9 +30,9 @@ *.pyc # Galaxy Runtime Files -paster.lock -paster.log -paster.pid +*.lock +*.log +*.pid # Tool Shed Runtime Files tool_shed_webapp.lock Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org