From 9f7fc399c03f26ac8c70cb5b9829930f3186aec8 Mon Sep 17 00:00:00 2001 From: Armin Stebich Date: Fri, 30 Apr 2021 10:46:14 +0200 Subject: [PATCH] Update .gitignore, CMake/Qt created files/folders ignore folders and files created on Windows by CMake/Qt --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 4de9761..e1d3404 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,13 @@ bin /*.prof .idea/ bazel* + +# CMake/QtCreator folders and files created on Windows +CMakeFiles/ +*/CMakeFiles/ +CMakeCache*.* +Makefile* +moc_*.* +mocs_*.* +qrc_*.* +*.cmake