summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2019-09-17 15:01:29 +0700
committerGitHub <noreply@github.com>2019-09-17 15:01:29 +0700
commit897b04fed2a81f53f0e5d650b307b8931fedcc30 (patch)
treece8d9d5e3cd3525ac9fd77ee7eca08c0357598aa /.gitignore
parentbbf6b29dcb2f7bc99f2af0587e5fc3e927a1129c (diff)
Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5291a38..24fedc5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@
*.dylib
# Qt-es
+*.cpp
object_script.*.Release
object_script.*.Debug
*_plugin_import.cpp
@@ -28,6 +29,8 @@ ui_*.h
*.jsc
Makefile*
*build-*
+*.pro
+*.conf
# Qt unit tests
target_wrapper.*
@@ -41,3 +44,9 @@ 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*