Updated Branches:
  refs/heads/flume-1.4 f380af8ac -> a1e948d00

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

Branch: refs/heads/flume-1.4
Commit: a1e948d000acf92cdb58c03da73d7745db384892
Parents: f380af8
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:49 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/flume/blob/a1e948d0/.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/a1e948d0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bb2d406..8d639fb 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