exclude dictionaries and CONTRIB files
Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/dad5dcc8 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/dad5dcc8 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/dad5dcc8 Branch: refs/heads/master Commit: dad5dcc802129085c877c83a965329d9505f869d Parents: 349460d Author: Alex Harui <[email protected]> Authored: Tue Oct 21 20:52:02 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Oct 21 20:52:39 2014 -0700 ---------------------------------------------------------------------- Squiggly/ApproveSquiggly.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/dad5dcc8/Squiggly/ApproveSquiggly.xml ---------------------------------------------------------------------- diff --git a/Squiggly/ApproveSquiggly.xml b/Squiggly/ApproveSquiggly.xml index ea01ea3..7d6a723 100644 --- a/Squiggly/ApproveSquiggly.xml +++ b/Squiggly/ApproveSquiggly.xml @@ -227,6 +227,14 @@ <exclude name="**/*.mp3"/> <exclude name="**/*.flv"/> <exclude name="docs/**"/> + <exclude name="CONTRIBUTORS"/> + <exclude name="CONTRIBUTING"/> + <exclude name="dictionaries/en_GB/README_en_GB.txt"/> + <exclude name="dictionaries/en_GB/en_GB.aff"/> + <exclude name="dictionaries/en_GB/en_GB.dic"/> + <exclude name="dictionaries/en_US/README_en_US.txt"/> + <exclude name="dictionaries/en_US/en_US.aff"/> + <exclude name="dictionaries/en_US/en_US.dic"/> <exclude name="main/Data/usa.txt"/> <exclude name="main/Tools/AdobeSpellingDictGen/sample/sampleWordList.txt"/> </fileset>
