Skip to content

Commit

Permalink
Adding new .gitignore pattern
Browse files Browse the repository at this point in the history
This pattern omits pom.xml.versionBackup files created by the Maven
"versions:update-child-modules" goal.  The following page has more
information about this goal:

http://mojo.codehaus.org/versions-maven-plugin/update-child-modules-mojo.html
  • Loading branch information
dalaro committed Jun 13, 2013
1 parent 65ff57f commit 134e31e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ target/
/titan-*/.project
/titan-*/.settings/
# End of Eclipse junk
# HBase testing stuff
titan-hbase/logs
titan-hbase/src/test/titan-hbase-test-data/*
titan-hbase/src/test/titan-zookeeper-test/*
# Backup files created by `mvn versions:update-child-modules`
# http://mojo.codehaus.org/versions-maven-plugin/update-child-modules-mojo.html
titan-*/pom.xml.versionsBackup

0 comments on commit 134e31e

Please sign in to comment.