update ignore list
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
parent
beb16bfdc2
commit
08a38f1d73
|
@ -6,6 +6,7 @@
|
||||||
*.la
|
*.la
|
||||||
*.lai
|
*.lai
|
||||||
*.so
|
*.so
|
||||||
|
*.so.*
|
||||||
*.dll
|
*.dll
|
||||||
*.dylib
|
*.dylib
|
||||||
|
|
||||||
|
@ -28,6 +29,8 @@ ui_*.h
|
||||||
*.jsc
|
*.jsc
|
||||||
Makefile*
|
Makefile*
|
||||||
*build-*
|
*build-*
|
||||||
|
*.qm
|
||||||
|
*.prl
|
||||||
|
|
||||||
# Qt unit tests
|
# Qt unit tests
|
||||||
target_wrapper.*
|
target_wrapper.*
|
||||||
|
@ -42,6 +45,12 @@ target_wrapper.*
|
||||||
# QtCreator CMake
|
# QtCreator CMake
|
||||||
CMakeLists.txt.user*
|
CMakeLists.txt.user*
|
||||||
|
|
||||||
|
# QtCreator 4.8< compilation database
|
||||||
|
compile_commands.json
|
||||||
|
|
||||||
|
# QtCreator local machine specific files for imported projects
|
||||||
|
*creator.user*
|
||||||
|
|
||||||
# My
|
# My
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Bb]in64/
|
[Bb]in64/
|
||||||
|
@ -65,7 +74,6 @@ user.conf
|
||||||
[Dd]ocs/
|
[Dd]ocs/
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
*.rc
|
*.rc
|
||||||
*.qm
|
|
||||||
*.bin
|
*.bin
|
||||||
*.run
|
*.run
|
||||||
.qmake.conf
|
.qmake.conf
|
||||||
|
|
Loading…
Reference in New Issue