# CMake.gitignore: # https://github.com/github/gitignore/blob/master/CMake.gitignore CMakeCache.txt CMakeFiles CMakeScripts Testing Makefile cmake_install.cmake cmake_uninstall.cmake install_manifest.txt compile_commands.json CTestTestfile.cmake CMakeTmp/* # Qt.gitignore: # https://github.com/github/gitignore/blob/master/Qt.gitignore # 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-* # Qt unit tests target_wrapper.* # QtCreator *.autosave # QtCtreator Qml *.qmlproject.user *.qmlproject.user.* # QtCtreator CMake CMakeLists.txt.user* # own additions *automoc.cpp* *.creator.user* *.shell #kde show hidden files marker .directory mocs* kxml_compiler/kxml_compiler* # test generated codes