You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ka...@apache.org on 2012/01/11 03:15:43 UTC

[lucy-commits] svn commit: r1229863 - /incubator/lucy/trunk/devel/conf/rat-excludes

Author: karpet
Date: Wed Jan 11 02:15:43 2012
New Revision: 1229863

URL: http://svn.apache.org/viewvc?rev=1229863&view=rev
Log:
update RAT excludes to ignore more files

Modified:
    incubator/lucy/trunk/devel/conf/rat-excludes

Modified: incubator/lucy/trunk/devel/conf/rat-excludes
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/devel/conf/rat-excludes?rev=1229863&r1=1229862&r2=1229863&view=diff
==============================================================================
--- incubator/lucy/trunk/devel/conf/rat-excludes (original)
+++ incubator/lucy/trunk/devel/conf/rat-excludes Wed Jan 11 02:15:43 2012
@@ -18,6 +18,9 @@ CHANGES
 clownfish/MANIFEST
 perl/MANIFEST
 
+# doc file does not require license.
+CONTRIBUTING
+
 # These files are autogenerated by running CFCLexHeader.l through Flex.
 # Flex's licensing explicitly disclaims copyright on generated lexers.
 clownfish/src/CFCLexHeader.h
@@ -54,6 +57,9 @@ modules/unicode/utf8proc/utf8proc_data.c
 modules/unicode/ucd/WordBreak.tab
 modules/unicode/ucd/WordBreakTest.json
 
+# JSON does not allow comments
+modules/unicode/utf8proc/tests.json
+
 # For whatever reason, RAT does not recognize the MIT license of utf8proc.h
 # and utf8proc.c.
 modules/unicode/utf8proc/utf8proc.h
@@ -62,3 +68,13 @@ modules/unicode/utf8proc/utf8proc.c
 # The text of the US constitution is in the public domain.
 perl/sample/us_constitution/*.txt
 
+# gitignore files should be ignored
+.gitignore
+charmonizer/.gitignore
+clownfish/.gitignore
+core/Lucy/Util/Json/.gitignore
+lemon/.gitignore
+perl/.gitignore
+perl/lib/.gitignore
+perl/lib/Lucy/.gitignore
+perl/lib/LucyX/Search/.gitignore