From c7659fc44d85fd4c44c39c50682fd6143e9d5df5 Mon Sep 17 00:00:00 2001 From: Chirag Sanghavi Date: Tue, 3 Sep 2013 23:29:45 -0400 Subject: [PATCH 1/5] added webmethods related gitignore file --- webMethods.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 webMethods.gitignore diff --git a/webMethods.gitignore b/webMethods.gitignore new file mode 100644 index 00000000..1e4b0caa --- /dev/null +++ b/webMethods.gitignore @@ -0,0 +1,22 @@ +#files +*.bak +*.class + +#licensefile +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/ From 13b6b17ff1dfc1fbf669d4d99ebe43647227261b Mon Sep 17 00:00:00 2001 From: Chirag Sanghavi Date: Tue, 3 Sep 2013 23:48:08 -0400 Subject: [PATCH 2/5] 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 From 1d8470b186ec7375e1c6eb1b2c10e614db5dbccc Mon Sep 17 00:00:00 2001 From: Chirag Sanghavi Date: Tue, 3 Sep 2013 23:53:56 -0400 Subject: [PATCH 3/5] adding - due to sourcetree --- webMethods.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webMethods.gitignore b/webMethods.gitignore index 42b792b4..937861ef 100644 --- a/webMethods.gitignore +++ b/webMethods.gitignore @@ -20,4 +20,4 @@ Apache_License.txt **/IntegrationServer/web/ **/IntegrationServer/WmRepository4/ **/IntegrationServer/XAStore/ -**/IntegrationServer/packages/Wm*/ \ No newline at end of file +**/IntegrationServer/packages/Wm*/ From e57da65843ec9a8da22d1e1d438581f9b06c5967 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 13 Nov 2013 15:19:36 -0500 Subject: [PATCH 4/5] Moved file to Global --- webMethods.gitignore => Global/webMethods.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename webMethods.gitignore => Global/webMethods.gitignore (100%) diff --git a/webMethods.gitignore b/Global/webMethods.gitignore similarity index 100% rename from webMethods.gitignore rename to Global/webMethods.gitignore From 4a7ab063829284bc1050431a574d7af10f25e79f Mon Sep 17 00:00:00 2001 From: Justin Spahr-Summers Date: Wed, 13 Nov 2013 14:19:16 -0800 Subject: [PATCH 5/5] Remove generic and Java ignore patterns Those belong in other ignore files. --- Global/webMethods.gitignore | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Global/webMethods.gitignore b/Global/webMethods.gitignore index 937861ef..6c9abb26 100644 --- a/Global/webMethods.gitignore +++ b/Global/webMethods.gitignore @@ -1,11 +1,3 @@ -#files -*.bak -*.class - -#licensefile -Apache_License.txt - -#folders **/IntegrationServer/lib/ **/IntegrationServer/datastore/ **/IntegrationServer/db/