summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2013-08-20 08:46:09 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-20 15:36:13 +0200
commitb3f1ed3b3b359722dc692256cbb3b89818bab49b (patch)
treeada5578beba33485de6febe2adeab0b01c0409e0 /.gitignore
parent060369a8ce15d0b9bf111e36c7ea1668b0525d4b (diff)
downloadqtquickcontrols-b3f1ed3b3b359722dc692256cbb3b89818bab49b.tar.gz
Fix and update .gitignore
- Add missing slash at the start of the path - Add missing examples/tests executable files - Add windows shared libraries Change-Id: I0139a17f721bcdc81b888dbe1201e02b66b5c782 Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 14 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index b2622fb7..289a534b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,17 @@
# This file is used to ignore files which are generated in the Qt build system
# ----------------------------------------------------------------------------
-examples/quick/controls/text/text
-tests/auto/activeFocusOnTab/tst_activeFocusOnTab
-tests/auto/controls/tst_controls
-tests/auto/qtdesktop/tst_qtdesktop
+/examples/quick/controls/basiclayouts/basiclayouts
+/examples/quick/controls/gallery/gallery
+/examples/quick/controls/splitview/splitview
+/examples/quick/controls/tableview/tableview
+/examples/quick/controls/touch/touch
+/examples/quick/controls/text/text
+/tests/auto/activeFocusOnTab/tst_activeFocusOnTab
+/tests/auto/controls/tst_controls
+/tests/auto/qtdesktop/tst_qtdesktop
+/tests/auto/applicationwindow/tst_applicationwindow
+/tests/auto/testplugin/QtQuickControlsTests/testplugin.*
callgrind.out.*
pcviewer.cfg
@@ -97,3 +104,6 @@ qtc-debugging-helper
# linux shared libraries
*.so*
+
+# windows shared libraries
+*.dll