You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2017/10/26 08:23:31 UTC

[incubator-netbeans-html4j] 01/02: Ignoring local NetBeans configuration files

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git

commit ea070de1c001314fca79e379511802bc08eff13d
Author: Jaroslav Tulach <ja...@oracle.com>
AuthorDate: Wed Oct 25 09:11:20 2017 +0200

    Ignoring local NetBeans configuration files
---
 .gitignore | 2 ++
 pom.xml    | 1 +
 2 files changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index cdac775..22ed2af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 */target/
 /target/
 *.orig
+*/nb-configuration.xml
+
diff --git a/pom.xml b/pom.xml
index 17ed49a..11a5054 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,6 +192,7 @@ org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.
                         <exclude>**/.repository/**</exclude>
                         <exclude>**/.maven/**</exclude>
                         <exclude>**/*.sigtest</exclude>
+                        <exclude>**/nb-configuration.xml</exclude>
                         <exclude>README.md</exclude>
                         <exclude>DEPENDENCIES</exclude>
                     </excludes>

-- 
To stop receiving notification emails like this one, please contact
"commits@netbeans.apache.org" <co...@netbeans.apache.org>.