diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2024-02-29 08:05:06 +0300 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2024-02-29 08:23:34 +0000 |
commit | 7578fa552bfa738c7cfb84584ef2423f49c7c422 (patch) | |
tree | 8a909a2bdec6d17fd162e1c47fcfcd0c6ed84eb1 | |
parent | 3cba79c7f5a4c3fcef587cecb7d9c4ede1e47be4 (diff) | |
download | tqt3-7578fa552bfa738c7cfb84584ef2423f49c7c422.tar.gz tqt3-7578fa552bfa738c7cfb84584ef2423f49c7c422.zip |
gitignore: add missing examples (sound, tablet)
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1854ea7cf..aaacab614 100644 --- a/.gitignore +++ b/.gitignore @@ -124,6 +124,7 @@ Makefile /examples/scribble/scribble /examples/scrollview/scrollview /examples/showimg/showimg +/examples/sound/sound /examples/splitter/splitter /examples/sql/blob/blob /examples/sql/overview/basicbrowsing2/basicbrowsing2 @@ -158,6 +159,9 @@ Makefile /examples/table/bigtable/bigtable /examples/table/small-table-demo/smalltable /examples/table/statistics/statistics +/examples/tablet/tablet +/examples/tablet/tabletstatsbase.cpp +/examples/tablet/tabletstatsbase.h /examples/tetrix/tetrix /examples/textedit/qmake_image_collection.cpp /examples/textedit/textedit |