aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Keshav Bhatt <keshavbhatt@users.noreply.github.com>2021-04-05 01:39:05 +0530
committerLibravatar GitHub <noreply@github.com>2021-04-05 01:39:05 +0530
commit807b5aa33705be29f78b6dff2e56496aaa8e7cae (patch)
treee903cc58e95436be4f4b967513f44e2b17001df5
downloadwhatsie-807b5aa33705be29f78b6dff2e56496aaa8e7cae.tar.gz
whatsie-807b5aa33705be29f78b6dff2e56496aaa8e7cae.zip
Initial commit
-rw-r--r--.gitignore52
1 files changed, 52 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f147edf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,52 @@
+# C++ objects and libs
+*.slo
+*.lo
+*.o
+*.a
+*.la
+*.lai
+*.so
+*.so.*
+*.dll
+*.dylib
+
+# Qt-es
+object_script.*.Release
+object_script.*.Debug
+*_plugin_import.cpp
+/.qmake.cache
+/.qmake.stash
+*.pro.user
+*.pro.user.*
+*.qbs.user
+*.qbs.user.*
+*.moc
+moc_*.cpp
+moc_*.h
+qrc_*.cpp
+ui_*.h
+*.qmlc
+*.jsc
+Makefile*
+*build-*
+*.qm
+*.prl
+
+# Qt unit tests
+target_wrapper.*
+
+# QtCreator
+*.autosave
+
+# QtCreator Qml
+*.qmlproject.user
+*.qmlproject.user.*
+
+# QtCreator CMake
+CMakeLists.txt.user*
+
+# QtCreator 4.8< compilation database
+compile_commands.json
+
+# QtCreator local machine specific files for imported projects
+*creator.user*