From: Jean-Paul Pelteret Date: Sat, 23 May 2020 15:54:30 +0000 (+0200) Subject: Add IDE related files to .gitignore X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42de9b8a37deb0685e98e5ed581d98677918ef29;p=code-gallery.git Add IDE related files to .gitignore --- diff --git a/.gitignore b/.gitignore index 77bd63b..51c4338 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,9 @@ *.app # Build folders -**/build/* \ No newline at end of file +**/build/* + +# IDE related files +.project +.cproject +.vscode \ No newline at end of file