From f8864c1bbebad10514e6df976ca8b7a39cbf235e Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 13 Jul 2021 19:36:07 +0300 Subject: [PATCH] gitignore --- ignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/ignore b/ignore index bcd499a..a263734 100644 --- a/ignore +++ b/ignore @@ -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