Ignore temporary NetBeans+Maven configuration files weakfx
authorJaroslav Tulach <jtulach@netbeans.org>
Wed, 17 Dec 2014 16:48:27 +0100
branchweakfx
changeset 9101fc115b11837
parent 909 4abb0f37d33e
child 911 3f5a6b1ac510
Ignore temporary NetBeans+Maven configuration files
pom.xml
     1.1 --- a/pom.xml	Wed Dec 17 16:24:00 2014 +0100
     1.2 +++ b/pom.xml	Wed Dec 17 16:48:27 2014 +0100
     1.3 @@ -97,6 +97,7 @@
     1.4                    <excludes>
     1.5                         <exclude>*</exclude>
     1.6                         <exclude>.*/**</exclude>
     1.7 +                       <exclude>*/nb-configuration.xml</exclude>
     1.8                         <exclude>boot-script/src/test/resources/net/java/html/boot/script/ko4j/env.nashorn.1.2-debug.js</exclude>
     1.9                         <exclude>src/main/javadoc/resources/teavm.js</exclude>
    1.10                    </excludes>