From: Matthias Maier Date: Thu, 8 Mar 2018 16:46:16 +0000 (-0600) Subject: Add a .gitignore file X-Git-Tag: v9.0.0-rc1~356^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6011%2Fhead;p=dealii.git Add a .gitignore file Let's ignore the "code-gallery" directory and all directories starting with "build*". --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..10f495875e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build* +code-gallery