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