Updated Branches:
  refs/heads/flume-1.3.0 5ad522c1e -> d02f94368

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/d02f9436
Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/d02f9436
Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/d02f9436

Branch: refs/heads/flume-1.3.0
Commit: d02f943682dd329177269df50066014b988482ee
Parents: 5ad522c
Author: Hari Shreedharan <[email protected]>
Authored: Wed Oct 31 13:50:09 2012 -0700
Committer: Hari Shreedharan <[email protected]>
Committed: Wed Oct 31 13:51:33 2012 -0700

----------------------------------------------------------------------
 .gitignore |    1 +
 pom.xml    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flume/blob/d02f9436/.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/d02f9436/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 587b719..c097e2f 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. -->

Reply via email to