Jun Gong created HADOOP-13347: --------------------------------- Summary: Add META-INF(LICENSE.txt and NOTICE.txt) generated in hadoop-build-tools to .gitignore Key: HADOOP-13347 URL: https://issues.apache.org/jira/browse/HADOOP-13347 Project: Hadoop Common Issue Type: Improvement Reporter: Jun Gong Priority: Minor
After running mvn package, there will be LICENSE.txt and NOTICE.txt generated in hadoop-build-tools/src/main/resources/META-INF/. Then the result of '{{git status}}' looks like the following: {code} $ git status On branch trunk Your branch is up-to-date with 'origin/trunk'. Untracked files: (use "git add <file>..." to include in what will be committed) hadoop-build-tools/src/main/resources/META-INF/ nothing added to commit but untracked files present (use "git add" to track) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org