Преобразование проекта

This commit is contained in:
2021-12-12 22:55:05 +03:00
parent 6dbde42d6f
commit 6c1728bce0
29 changed files with 3571 additions and 593 deletions

43
.gitignore vendored
View File

@ -1,5 +1,6 @@
# Каталог для результатов сборки проекта
_build
build
# Каталог для тестирования установки
_output
@ -13,6 +14,8 @@ files/etc/*.conf
files/lib/*
files/log/*
!.gitkeep
!.gitignore
###
### Общие настройки для C, C++, Fortran, Qt, CMake, Ninja, LaTeX и редакторов
@ -43,6 +46,8 @@ files/log/*
[._]ss[a-gi-z]
[._]sw[a-p]
# Project
.vimprj
# Temporary
.netrwhist
*~
@ -106,6 +111,10 @@ compile_commands.json
CTestTestfile.cmake
_deps
### CMake Patch ###
# External projects
*-prefix/
###
### Ninja
@ -162,6 +171,38 @@ target_wrapper.*
*_qmlcache.qrc
### KDevelop4 ###
*.kdev4
.kdev4/
### vscode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
### Eclipse ###
.metadata
.settings/
.recommenders/
# TeXlipse
.texlipse
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# CDT- autotools
.autotools
###
### Latex
###
@ -173,6 +214,7 @@ target_wrapper.*
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.glg
*.glo
*.gls
@ -195,6 +237,7 @@ target_wrapper.*
*.synctex.gz
*.toc
*.vrb
*.xdv
*.xdy
*.tdo