From 009f1389f5cad9061679aec68da9576e91988816 Mon Sep 17 00:00:00 2001 From: Carlos Ruiz Date: Thu, 19 Jul 2012 19:26:29 -0700 Subject: [PATCH] Related to IDEMPIERE-166 -> Add idempiere.properties on the ignore file --- .hgignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index 221ebcbd7a..d99aa7cfd7 100644 --- a/.hgignore +++ b/.hgignore @@ -91,6 +91,7 @@ syntax: regexp ^log/.*$ ^.*\.log$ ^Adempiere.properties$ +^idempiere.properties$ ^AdempiereEnv.properties$ ^event\.test/bin.*\.class$ ^packages/.*$ @@ -103,4 +104,4 @@ syntax: regexp syntax: regexp \.class$ syntax: regexp -\.class$ \ No newline at end of file +\.class$