gitignore

This commit is contained in:
Andrei Astafev 2021-07-13 19:36:07 +03:00
parent 6587d2813d
commit f8864c1bbe

40
ignore
View File

@ -30,6 +30,8 @@
[._]ss[a-gi-z]
[._]sw[a-p]
# Project
.vimprj
# Temporary
.netrwhist
*~
@ -93,6 +95,10 @@ compile_commands.json
CTestTestfile.cmake
_deps
### CMake Patch ###
# External projects
*-prefix/
###
### Ninja
@ -149,6 +155,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
###
@ -160,6 +198,7 @@ target_wrapper.*
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.glg
*.glo
*.gls
@ -182,6 +221,7 @@ target_wrapper.*
*.synctex.gz
*.toc
*.vrb
*.xdv
*.xdy
*.tdo