The pattern examples/*/*/* includes files in the doc/src directories, which is not intended. Remove stuff that still dates back to the Qt 4 monolithic repository. Add some Qt Creator files. Pick-to: 6.5 6.4 6.2 Change-Id: I9585011c4c4d5a9f5bb1395effece4fa433d24aa Reviewed-by: Kai Köhne <kai.koehne@qt.io>
118 lines
1.3 KiB
Plaintext
118 lines
1.3 KiB
Plaintext
# This file is used to ignore files which are generated in the Qt build system
|
|
# ----------------------------------------------------------------------------
|
|
|
|
.qtc_clangd
|
|
CMakeLists.txt.user
|
|
examples/*/*/*[.]app
|
|
config.tests/*/*/*
|
|
!config.tests/*/*/*[.]*
|
|
config.tests/*/*/*[.]app
|
|
|
|
callgrind.out.*
|
|
pcviewer.cfg
|
|
*~
|
|
*.a
|
|
*.la
|
|
*.core
|
|
*.moc
|
|
*.o
|
|
*.obj
|
|
*.orig
|
|
*.swp
|
|
*.rej
|
|
*.so
|
|
*.pbxuser
|
|
*.mode1
|
|
*.mode1v3
|
|
*_pch.h.cpp
|
|
*_resource.rc
|
|
.#*
|
|
*.*#
|
|
core
|
|
.qmake.cache
|
|
.qmake.vars
|
|
*.prl
|
|
tags
|
|
.DS_Store
|
|
*.debug
|
|
Makefile*
|
|
!qmake/Makefile.win32*
|
|
!qmake/Makefile.unix
|
|
*.prl
|
|
*.app
|
|
*.pro.user
|
|
*.qmlproject.user
|
|
*.gcov
|
|
configure.cache
|
|
config.status
|
|
moc_*.cpp
|
|
ui_*.h
|
|
.com.apple.timemachine.supported
|
|
qrc_*.cpp
|
|
|
|
# Test generated files
|
|
QObject.log
|
|
tst_*
|
|
!tst_*.*
|
|
tst_*.log
|
|
tst_*.debug
|
|
tst_*~
|
|
tests/auto/cmake/build
|
|
|
|
# xemacs temporary files
|
|
*.flc
|
|
|
|
# Vim temporary files
|
|
.*.swp
|
|
|
|
# Visual Studio generated files
|
|
*.ib_pdb_index
|
|
*.idb
|
|
*.ilk
|
|
*.pdb
|
|
*.sln
|
|
*.suo
|
|
*.vcproj
|
|
*vcproj.*.*.user
|
|
*.ncb
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.vcxproj.user
|
|
|
|
# MinGW generated files
|
|
*.Debug
|
|
*.Release
|
|
|
|
# Symlinks generated by configure
|
|
.DS_Store
|
|
.pch
|
|
.rcc
|
|
*.app
|
|
config.status
|
|
|
|
# Directories to ignore
|
|
# ---------------------
|
|
|
|
debug
|
|
release
|
|
tmp
|
|
.rcc
|
|
.pch
|
|
.metadata
|
|
|
|
|
|
.pc/
|
|
|
|
# INTEGRITY generated files
|
|
*.gpj
|
|
*.int
|
|
*.ael
|
|
*.dla
|
|
*.dnm
|
|
*.dep
|
|
*.map
|
|
work
|
|
|
|
# Generated static plugin import sources
|
|
*_plugin_import.cpp
|