From 13b6b17ff1dfc1fbf669d4d99ebe43647227261b Mon Sep 17 00:00:00 2001 From: Chirag Sanghavi Date: Tue, 3 Sep 2013 23:48:08 -0400 Subject: [PATCH] added wildcards and ignored packages named with Wm. if you have a custom page named Wm, you will need to use force to check in. --- webMethods.gitignore | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/webMethods.gitignore b/webMethods.gitignore index 1e4b0caa..42b792b4 100644 --- a/webMethods.gitignore +++ b/webMethods.gitignore @@ -6,17 +6,18 @@ Apache_License.txt #folders -IntegrationServer/lib/ -IntegrationServer/datastore/ -IntegrationServer/db/ -IntegrationServer/DocumentStore/ -IntegrationServer/lib/ -IntegrationServer/logs/ -IntegrationServer/replicate/ -IntegrationServer/sdk/ -IntegrationServer/support/ -IntegrationServer/update/ -IntegrationServer/userFtpRoot/ -IntegrationServer/web/ -IntegrationServer/WmRepository4/ -IntegrationServer/XAStore/ +**/IntegrationServer/lib/ +**/IntegrationServer/datastore/ +**/IntegrationServer/db/ +**/IntegrationServer/DocumentStore/ +**/IntegrationServer/lib/ +**/IntegrationServer/logs/ +**/IntegrationServer/replicate/ +**/IntegrationServer/sdk/ +**/IntegrationServer/support/ +**/IntegrationServer/update/ +**/IntegrationServer/userFtpRoot/ +**/IntegrationServer/web/ +**/IntegrationServer/WmRepository4/ +**/IntegrationServer/XAStore/ +**/IntegrationServer/packages/Wm*/ \ No newline at end of file