diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -10,6 +10,7 @@ *.dylib # Qt-es +*.cpp object_script.*.Release object_script.*.Debug *_plugin_import.cpp @@ -28,6 +29,9 @@ ui_*.h *.jsc Makefile* *build-* +*.pro +*.conf +*.qrc # Qt unit tests target_wrapper.* @@ -41,3 +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* + +# Assets +*.svg |