FLUME-1675. Ignore netbeans config files in rat & git. (Mike Percy via Hari Shreedharan)
Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/e61e3959 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/e61e3959 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/e61e3959 Branch: refs/heads/FLUME-1502 Commit: e61e39597cb416b435b9e8c1bedda572f27f70d3 Parents: a8490fd Author: Hari Shreedharan <[email protected]> Authored: Wed Oct 31 13:50:09 2012 -0700 Committer: Hari Shreedharan <[email protected]> Committed: Wed Oct 31 13:50:09 2012 -0700 ---------------------------------------------------------------------- .gitignore | 1 + pom.xml | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/e61e3959/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 2ac5150..08c33a0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ target derby.log .idea *.iml +nb-configuration.xml http://git-wip-us.apache.org/repos/asf/flume/blob/e61e3959/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b7906e1..363c0e4 100644 --- a/pom.xml +++ b/pom.xml @@ -499,6 +499,7 @@ limitations under the License. <excludes> <exclude>.idea/</exclude> <exclude>**/*.iml</exclude> + <exclude>**/nb-configuration.xml</exclude> <exclude>.git/</exclude> <exclude>.gitignore</exclude> <!-- ASF jenkins box puts the Maven repo in our root directory. -->
