aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-02-01 00:57:40 -0500
committerAndrew Lee <alee14498@protonmail.com>2021-02-01 00:57:40 -0500
commit462c771eac9c7e216d9532f88d5391224f153c5a (patch)
tree8e807dcb51754127f87c97f1baded091768cffed /.gitignore
downloaderable-godot-462c771eac9c7e216d9532f88d5391224f153c5a.tar.gz
erable-godot-462c771eac9c7e216d9532f88d5391224f153c5a.tar.bz2
erable-godot-462c771eac9c7e216d9532f88d5391224f153c5a.zip
Inital Commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore56
1 files changed, 56 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3f0e9d0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,56 @@
+# 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*
+
+build
+
+android