From: Denis Davydov Date: Fri, 16 Mar 2018 20:24:41 +0000 (+0100) Subject: extend gitignore X-Git-Tag: v9.0.0-rc1~316^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1175d9c8be82d107f268f108ef91d61a59115051;p=dealii.git extend gitignore --- diff --git a/.gitignore b/.gitignore index 10f495875e..b0e23e29c6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,13 @@ -build* -code-gallery +/*build* +/code-gallery + +# eclipse +/.cproject +/.project + +# visual studio code +/.vscode + +# misc +/compile_commands.json +/.clang_complete