diff options
| author | Alee <alee14498@protonmail.com> | 2020-01-18 21:49:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-18 21:49:18 -0500 |
| commit | 44e59c5ff469a1f4b9d86a27068e6d0388d4f233 (patch) | |
| tree | 170a3ad4ea01c091e1352f7d90dc655161eac221 /.gitignore | |
| download | erable-godot-44e59c5ff469a1f4b9d86a27068e6d0388d4f233.tar.gz erable-godot-44e59c5ff469a1f4b9d86a27068e6d0388d4f233.tar.bz2 erable-godot-44e59c5ff469a1f4b9d86a27068e6d0388d4f233.zip | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 52 |
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* |
