Skip checking gui/temp when using project file.

gui/temp directory contains code files generated by qmake so those
files are not interesting to check.
This commit is contained in:
Kimmo Varis 2011-03-05 13:18:08 +02:00
parent e12ae654a8
commit 1deb4e890f
1 changed files with 3 additions and 0 deletions

View File

@ -13,4 +13,7 @@
<dir name="gui/"/>
<dir name="test/"/>
</paths>
<ignore>
<path name="gui/temp/"/>
</ignore>
</project>