# HG changeset patch # User robcast # Date 1361302733 -3600 # Node ID 96dfc489e9f3b79f77d0f623014a9be4a3cb2fcc # Parent f48b9a5fc6506db214625d6f10f0ebc35f21c510 !! HISTORY CHANGED !! PLEASE RE-CLONE THE REPOSITORY !! also hg-ignore existing config files. diff -r f48b9a5fc650 -r 96dfc489e9f3 .hgignore --- a/.hgignore Tue Feb 19 17:32:25 2013 +0100 +++ b/.hgignore Tue Feb 19 20:38:53 2013 +0100 @@ -53,7 +53,6 @@ ^text/\.project$ syntax: regexp ^common/\.project$ - syntax: regexp ^\.settings$ syntax: regexp @@ -91,4 +90,12 @@ syntax: regexp ^common-bioformats/\.settings$ syntax: regexp -^webapp/src/main/webapp/jquery/img/fullscreen/svg_gen$ \ No newline at end of file +^webapp/src/main/webapp/jquery/img/fullscreen/svg_gen$ +syntax: regexp +^webapp/src/main/webapp/WEB-INF/digilib-config\.xml$ +syntax: regexp +^webapp/src/main/webapp/WEB-INF/digilib-auth\.xml$ +syntax: regexp +^webapp/src/main/webapp/WEB-INF/digilib-map\.xml$ +syntax: regexp +^webapp/src/main/webapp/WEB-INF/log4j-config\.xml$