From 08a38f1d732a3ee5c45956ae9c95317006be9a19 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Thu, 4 Aug 2022 14:32:45 +0800 Subject: [PATCH] update ignore list Signed-off-by: Yuhang Zhao <2546789017@qq.com> --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c1c0b03..129b761 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.la *.lai *.so +*.so.* *.dll *.dylib @@ -28,6 +29,8 @@ ui_*.h *.jsc Makefile* *build-* +*.qm +*.prl # Qt unit tests target_wrapper.* @@ -42,6 +45,12 @@ target_wrapper.* # QtCreator CMake CMakeLists.txt.user* +# QtCreator 4.8< compilation database +compile_commands.json + +# QtCreator local machine specific files for imported projects +*creator.user* + # My [Bb]in/ [Bb]in64/ @@ -65,7 +74,6 @@ user.conf [Dd]ocs/ Thumbs.db *.rc -*.qm *.bin *.run .qmake.conf