aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2017-09-28 13:22:15 +0300
committerMitch Curtis <mitch.curtis@qt.io>2017-10-19 14:13:11 +0000
commitd5fdcd65620f9215b0b123c25219b6c8f540e626 (patch)
treef9461b447f14fbf044cf8de97af1bf895fa56c37 /.gitignore
parent11f867f0d1d8758852579756f506f04b2e00ae56 (diff)
Fix .gitignore for the basic example
In commit 6a07634b20dddb9c67e2a865bfb3227dac103ca4 the entire path of the basic example was mistakenly added to gitignore, while it should have added only the binary. Change-Id: I9859dd8b2971eb211bc5df82110250d37362b2cf Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e87d9dff..9bcb4a15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,7 @@
# This file is used to ignore files that should not be committed
# --------------------------------------------------------------
-examples/virtualkeyboard/basic
+examples/virtualkeyboard/basic/basic
!src/virtualkeyboard/3rdparty/hunspell/hunspell.pro
src/virtualkeyboard/3rdparty/hunspell/*
src/virtualkeyboard/3rdparty/hunspell/doc/html