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/12/09 20:27:45 UTC

allura git commit: [#7907] ignore license for solr_config/allura/core.properties; also ignore tmp/**

Repository: allura
Updated Branches:
  refs/heads/master cd0d972f3 -> cb0f29396


[#7907] ignore license for solr_config/allura/core.properties; also ignore tmp/**


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

Branch: refs/heads/master
Commit: cb0f293962af1e1d36f4576d3512fa38e25f7fce
Parents: cd0d972
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Dec 9 14:27:30 2015 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Dec 9 14:27:30 2015 -0500

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


http://git-wip-us.apache.org/repos/asf/allura/blob/cb0f2939/rat-excludes.txt
----------------------------------------------------------------------
diff --git a/rat-excludes.txt b/rat-excludes.txt
index bc9961f..ca1a6d6 100644
--- a/rat-excludes.txt
+++ b/rat-excludes.txt
@@ -62,4 +62,6 @@ ForgeTracker/forgetracker/widgets/resources/js/jquery.multiselect.min.js
 node_modules/**
 rat-excludes.txt
 requirements*
-
+solr_config/allura/core.properties
+# tmp can have tons of files from the broccoli build process
+tmp/**