diff options
author | Stephen Kelly <stephen.kelly@kdab.com> | 2012-07-23 09:52:22 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-23 17:16:24 +0200 |
commit | d31e60d11ff1566ae51e41467f8a3ffc1100b74c (patch) | |
tree | 5951882a82d579ef59d567e98b510884e7aaf462 | |
parent | f935933b0f9d20202205fd31aec2bc6f5884acb2 (diff) | |
download | qttools-d31e60d11ff1566ae51e41467f8a3ffc1100b74c.tar.gz |
Add the CMake directory created during unit testing to .gitignore.
Change-Id: I6835b9c034ab3ba1933bd8726c035a8c328daa4f
Reviewed-by: Sergio Ahumada <sergio.ahumada@nokia.com>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 27c4a8f28..bb96a517e 100644 --- a/.gitignore +++ b/.gitignore @@ -128,6 +128,7 @@ tst_* tst_*.log tst_*.debug tst_*~ +tests/auto/cmake/build # xemacs temporary files *.flc |