This commit is contained in:
Andrei Astafev 2022-10-03 10:39:01 +03:00
parent a527db3569
commit 3541f30875

10
.gitignore vendored
View File

@ -22,6 +22,11 @@ files/log/*
!.gitkeep !.gitkeep
!.gitignore !.gitignore
# Файлы CMake, использующиеся во время разработки
PreLoad.cmake
myx_add_subdirectories.cmake
### ###
### Общие настройки для C, C++, Fortran, Qt, CMake, Ninja, LaTeX и редакторов ### Общие настройки для C, C++, Fortran, Qt, CMake, Ninja, LaTeX и редакторов
### ###
@ -66,6 +71,9 @@ tags
### C++ ### C++
### ###
# Autogenerated export files
*_export.hpp
# Prerequisites # Prerequisites
*.d *.d
@ -115,7 +123,7 @@ install_manifest.txt
compile_commands.json compile_commands.json
CTestTestfile.cmake CTestTestfile.cmake
_deps _deps
.cmake .cmake/
### CMake Patch ### ### CMake Patch ###
# External projects # External projects