Ignore tests/ and vagrant/ directories when running rat build task

This commit is contained in:
Geoff Anderson 2015-07-08 15:14:49 -07:00
parent 795fc75063
commit 321fdf87f7
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ rat {
'**/README.md',
'.reviewboardrc',
'system_test/**',
'tests/**',
'vagrant/**',
])
}