From 2770cd56856e3896e0add537b678d5a7baaf1c7f Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Sun, 19 Feb 2023 18:16:50 +0100 Subject: [PATCH] Update gitignore from upstream dumux --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index 7856861f..7a0886a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,16 @@ # build system clutter build-* Testing +!bin/testing # auto-saved files *~ +# hidden files +.cproject +.project +.vscode + # left overs from git rebase *.orig *.rej @@ -18,7 +24,16 @@ Testing *.dvi *.idx *.out +*.tdo *.toc +*.synctex.gz + +# Python clutter +*.pyc +__pycache__ + +# macOS +.DS_Store # always consider files containing source code regardless of their name !*.cc @@ -30,3 +45,9 @@ Testing # always consider reference solutions !*reference.vtu + +# ignore files generated during python setup.py sdist +MANIFEST +_skbuild/ +dist +*.egg-info -- GitLab