From 3541f30875b9f31a62bf5e8beab1dbab4424f02a Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 3 Oct 2022 10:39:01 +0300 Subject: [PATCH] update --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 39bb689..66cd496 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,11 @@ files/log/* !.gitkeep !.gitignore +# Файлы CMake, использующиеся во время разработки +PreLoad.cmake +myx_add_subdirectories.cmake + + ### ### Общие настройки для C, C++, Fortran, Qt, CMake, Ninja, LaTeX и редакторов ### @@ -66,6 +71,9 @@ tags ### C++ ### +# Autogenerated export files +*_export.hpp + # Prerequisites *.d @@ -115,7 +123,7 @@ install_manifest.txt compile_commands.json CTestTestfile.cmake _deps -.cmake +.cmake/ ### CMake Patch ### # External projects