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 <[email protected]> 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 "[email protected]" <[email protected]>.
