aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-01-27 14:06:59 +0100
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-01-28 14:50:17 +0200
commit9778eb24c145ce24c80ca753ea3526e104e9aa91 (patch)
tree988e487da09aee27157dd23ac6c4e7673603bd63 /.gitignore
parent631db7a021c80949b122311e5f38203989319743 (diff)
Restructure and rename.
This restructures the repo to match other Qt modules, like the Enterprise Controls. It also renames the plugin and usages of its name in the documentation so that the abbreviated "VKB" is not used anywhere. Change-Id: I5de3fc67846a50438e52f4be057abfa0d9be0d91 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 9 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 6b3ad1d3..a88076b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,11 @@
-# This file is used to ignore files which are generated in the Qt build system
-# ----------------------------------------------------------------------------
+# This file is used to ignore files that should not be committed
+# --------------------------------------------------------------
-demo/virtualkeyboard
-!qtvkb/hunspell/config.h
-!qtvkb/hunspell/hunspell.pro
-qtvkb/hunspell/*
-qtvkb/doc/html
+qtvirtualkeyboard/examples/quick/enterprise/virtualkeyboard/virtualkeyboard/virtualkeyboard
+!qtvirtualkeyboard/src/virtualkeyboard/hunspell/config.h
+!qtvirtualkeyboard/src/virtualkeyboard/hunspell/hunspell.pro
+qtvirtualkeyboard/src/virtualkeyboard/hunspell/*
+qtvirtualkeyboard/src/virtualkeyboard/hunspell/doc/html
*.pro.user
*.a
@@ -17,4 +17,5 @@ qrc_*.cpp
*.obj
*.rcc
Makefile*
-
+*.html
+*~ \ No newline at end of file