Some more files/folders to ignore spelling in.

This commit is contained in:
ethicalhack3r
2013-11-18 23:43:49 +01:00
parent b075f71f11
commit cd26b0c5a9

View File

@@ -79,9 +79,12 @@ class CheckerSpelling < Plugin
ignore << File.basename(__FILE__)
ignore << 'spec/cache/'
ignore << 'spec/spec_session/'
ignore << 'coverage/assets/'
ignore << 'cache/'
ignore << 'coverage/'
ignore << 'wordlist-iso-8859-1'
ignore << 'log.txt'
ignore << 'debug.log'
ignore << 'wordlist.txt'
ignore
end