[java-parent-project-v3] 02/02: Add gitignore file to modules.
Tom Zeller
tzeller at dragonacea.biz
Tue Mar 1 20:26:11 EST 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-parent-project-v3.
commit 8c093d993a9c50256ffb7be85bbcfe60b5508031
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Mar 1 19:25:45 2016 -0600
Add gitignore file to modules.
---
bin/add-module-local.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/add-module-local.sh b/bin/add-module-local.sh
index 32ef3ca..2afa3da 100755
--- a/bin/add-module-local.sh
+++ b/bin/add-module-local.sh
@@ -29,5 +29,7 @@ check_retval $? "Unable to copy module POM template to $MODULE_DIR"
expand_macro $MODULE_DIR/pom.xml "MVN_ARTF_ID" $MVN_ARTF_ID
+download_file $PARENT_PROJ_URL"resources/git/gitignore" "$MODULE_DIR/.gitignore"
+
$ECHO "Creation of module $MVN_ARTF_ID completed."
exit 0
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list