]> source.dussan.org Git - gitignore.git/commitdiff
added wildcards and ignored packages named with Wm. if you have a custom page named...
authorChirag Sanghavi <CSanghavi@manh.com>
Wed, 4 Sep 2013 03:48:08 +0000 (23:48 -0400)
committerChirag Sanghavi <CSanghavi@manh.com>
Wed, 4 Sep 2013 03:48:08 +0000 (23:48 -0400)
webMethods.gitignore

index 1e4b0caa8b6776882ff36341853d438333196007..42b792b46a4bfe77f61b2a1f43a43b3786435300 100644 (file)
@@ -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