[
https://issues.apache.org/jira/browse/ACCUMULO-4121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15123749#comment-15123749
]
ASF GitHub Bot commented on ACCUMULO-4121:
------------------------------------------
Github user joshelser commented on a diff in the pull request:
https://github.com/apache/accumulo/pull/66#discussion_r51284847
--- Diff: assemble/pom.xml ---
@@ -171,6 +171,9 @@
<excludes>
<exclude>bin-LICENSE</exclude>
<exclude>bin-NOTICE</exclude>
+ <exclude>nbproject/**</exclude>
+ <exclude>nb-configuration.xml</exclude>
+ <exclude>nbactions.xml</exclude>
--- End diff --
Ok, the spirit of my question was just "netbeans is creating these itself",
but thanks for the explanation!
> Make developing on Netbeans easier
> ----------------------------------
>
> Key: ACCUMULO-4121
> URL: https://issues.apache.org/jira/browse/ACCUMULO-4121
> Project: Accumulo
> Issue Type: Bug
> Affects Versions: 1.6.4, 1.7.0
> Reporter: Michael Wall
> Assignee: Michael Wall
> Priority: Trivial
>
> Netbeans uses some files that are not gitignored. The rat plugin also does
> not ignore these files. It ignores IntelliJ and Eclipse files, but not
> Netbeans. See
> http://creadur.apache.org/rat/apache-rat-plugin/check-mojo.html#useDefaultExcludes
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)