Exclude NHunspell from tabspace.

This commit is contained in:
XhmikosR 2014-06-07 09:29:36 +03:00
parent 5b0008628d
commit 35510ad6e6

View File

@ -3,7 +3,7 @@ SETLOCAL
PUSHD %~dp0
tabspace /exclude:*\*.designer.cs;*\zlib\*;*\HashSet.cs
tabspace /exclude:*\*.designer.cs;*\zlib\*;*\HashSet.cs;*Logic\NHunspell\*
POPD
ENDLOCAL