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:
parent
e12ae654a8
commit
1deb4e890f
|
@ -13,4 +13,7 @@
|
|||
<dir name="gui/"/>
|
||||
<dir name="test/"/>
|
||||
</paths>
|
||||
<ignore>
|
||||
<path name="gui/temp/"/>
|
||||
</ignore>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue