Add lib and target directories to .gitignore file.
--------------------------------------------------
Key: ACCUMULO-339
URL: https://issues.apache.org/jira/browse/ACCUMULO-339
Project: Accumulo
Issue Type: Improvement
Reporter: David Medinets
Priority: Trivial
I pulled the latest copy of accumulo. Then used 'mvn package' to generate a jar
file. Then I ran 'git status'. Several directories were untracked. Since the
directories were created by the build process, I feel they should be ignored.
The untracked directories were:
{noformat}
src/examples/simple/target/
src/examples/wikisearch/ingest/lib/
src/examples/wikisearch/ingest/target/
src/examples/wikisearch/query-war/target/
src/examples/wikisearch/query/lib/
src/examples/wikisearch/query/target/
src/examples/wikisearch/target/
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira