From 76c7feb2a17afbacbc80734edc0c81605eabaf05 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Wed, 4 Feb 2015 12:07:01 -0500 Subject: [PATCH] Update hgignore to include all .lock, .pid, and .log files. --- .hgignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.hgignore b/.hgignore index c7d2bf2bf19..beab290cf6b 100644 --- a/.hgignore +++ b/.hgignore @@ -30,9 +30,9 @@ database/openid_consumer_cache *.pyc # Galaxy Runtime Files -paster.lock -paster.log -paster.pid +*.lock +*.log +*.pid # Tool Shed Runtime Files tool_shed_webapp.lock