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