From 897b04fed2a81f53f0e5d650b307b8931fedcc30 Mon Sep 17 00:00:00 2001
From: Anatasof Wirapraja <anatasof.wirapraja@gmail.com>
Date: Tue, 17 Sep 2019 15:01:29 +0700
Subject: Update .gitignore

---
 .gitignore | 9 +++++++++
 1 file changed, 9 insertions(+)

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*
-- 
cgit v1.2.3


From 99dd001df7adba595c210b98d2e6551e6ed8b042 Mon Sep 17 00:00:00 2001
From: Anatasof Wirapraja <anatasof.wirapraja@gmail.com>
Date: Tue, 17 Sep 2019 15:03:46 +0700
Subject: Update .gitignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 24fedc5..1d01c31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,6 +31,7 @@ Makefile*
 *build-*
 *.pro
 *.conf
+*.qrc
 
 # Qt unit tests
 target_wrapper.*
-- 
cgit v1.2.3


From 89bbf2009cafc0b205222b25d62270cb886ef388 Mon Sep 17 00:00:00 2001
From: Anatasof Wirapraja <anatasof.wirapraja@gmail.com>
Date: Tue, 17 Sep 2019 15:04:52 +0700
Subject: Update .gitignore

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 1d01c31..b1c3114 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,3 +51,6 @@ compile_commands.json
 
 # QtCreator local machine specific files for imported projects
 *creator.user*
+
+# Assets
+*.svg
-- 
cgit v1.2.3