You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by GitBox <gi...@apache.org> on 2017/11/04 22:05:23 UTC

[GitHub] geertjanw closed pull request #242: [NETBEANS-54] exclude files without creativity via Rat exclusions

geertjanw closed pull request #242: [NETBEANS-54] exclude files without creativity via Rat exclusions
URL: https://github.com/apache/incubator-netbeans/pull/242
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 18616bc3c..69ab0f773 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1976,10 +1976,14 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
         </taskdef>
         <patternset id="non.rat">
             <!--add new one alphabetically-->
-            <exclude name="**/*.mf" /> <!--do not nativelly support comments-->
+            <exclude name="**/*.exists" /> <!--no degree of creativity-->
+            <exclude name="**/*.mf" /> <!--do not natively support comments-->
+            <exclude name="**/*.MF" /> <!--do not natively support comments-->
+            <exclude name="**/*.nib" /> <!--do not natively support comments-->
             <exclude name="**/*.palette_item" /> <!--no degree of creativity-->
             <exclude name="**/*.pass" /> <!--generated test files-->
             <exclude name="**/*.pass2" /> <!--generated test files-->
+            <exclude name="**/*.pbxproj" /> <!--generated test files-->
             <exclude name="**/*.ref" /> <!--would cause tests to fail-->
             <exclude name="**/*.ser" /> <!--do not natively support comments-->
             <exclude name="**/*.url" /> <!--no degree of creativity-->
@@ -1992,6 +1996,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
             <exclude name="**/nbproject/private/**" /> <!--user-specific files -->
             <exclude name="**/src/META-INF/**" /> <!--no degree of creativity-->
             <exclude name="*/build/**" />
+            <exclude name="**/package-list" /> <!--no degree of creativity-->
             <exclude name="*/test/unit/data/**" />
             <exclude name="*/test/qa-functional/data/**" />
             <exclude name="autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/data/**" /> <!-- test data -->


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services