You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/11/30 19:19:38 UTC

allura git commit: [#8027] explicitly exclude 2 MIT licenses that some systems detect and others don't; ignore *.pyc; fix node_modules pattern

Repository: allura
Updated Branches:
  refs/heads/master 547337da8 -> 3ead53a33


[#8027] explicitly exclude 2 MIT licenses that some systems detect and others don't; ignore *.pyc; fix node_modules pattern


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/3ead53a3
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/3ead53a3
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/3ead53a3

Branch: refs/heads/master
Commit: 3ead53a33045d5d5c62092f73321e751ccf5c384
Parents: 547337d
Author: Dave Brondsema <da...@brondsema.net>
Authored: Mon Nov 30 13:19:29 2015 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Mon Nov 30 13:19:29 2015 -0500

----------------------------------------------------------------------
 rat-excludes.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/3ead53a3/rat-excludes.txt
----------------------------------------------------------------------
diff --git a/rat-excludes.txt b/rat-excludes.txt
index 9a00bfd..bc9961f 100644
--- a/rat-excludes.txt
+++ b/rat-excludes.txt
@@ -2,6 +2,7 @@
 **/*.git/
 **/*.json
 **/*.log
+**/*.pyc
 **/.coverage
 **/MANIFEST.in
 **/nosetests.xml
@@ -9,6 +10,7 @@
 Allura/allura/etc/mime.types
 Allura/allura/lib/AsciiDammit.py
 Allura/allura/lib/widgets/resources/css/autocomplete.css
+Allura/allura/lib/widgets/resources/css/colorPicker.css
 Allura/allura/lib/widgets/resources/css/jqfontselector.css
 Allura/allura/lib/widgets/resources/css/jquery.tagsinput.css
 Allura/allura/lib/widgets/resources/css/jquery.ui.datepicker.css
@@ -34,6 +36,7 @@ Allura/allura/public/nf/js/jquery.tablesorter.js
 Allura/allura/public/nf/js/jquery.tooltipster.js
 Allura/allura/public/nf/js/jquery.viewport.js
 Allura/allura/public/nf/js/modernizr.js
+Allura/allura/public/nf/js/pb.transformie.min.js
 Allura/allura/public/nf/js/react.min.js
 Allura/allura/public/nf/js/sylvester.js
 Allura/allura/tests/data/genshi_hello_tmpl
@@ -56,7 +59,7 @@ ForgeImporters/forgeimporters/trac/tests/data/test-list.html
 ForgeSVN/forgesvn/tests/data/
 ForgeTracker/forgetracker/widgets/resources/css/jquery.multiselect.css
 ForgeTracker/forgetracker/widgets/resources/js/jquery.multiselect.min.js
-node_modules/*
+node_modules/**
 rat-excludes.txt
 requirements*