From fcf4eb8ab3a6c8ef7cd86b5fc55e9d39ecfad0d3 Mon Sep 17 00:00:00 2001 From: Hu Zhao <zhao@mbd.rwth-aachen.de> Date: Sat, 22 Apr 2023 06:37:24 +0200 Subject: [PATCH] update gitignore --- .gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 59c2887..b3693e1 100644 --- a/.gitignore +++ b/.gitignore @@ -125,7 +125,4 @@ cython_debug/ .vscode/ # auto_examples -auto_examples/ - -# _build -_build/ \ No newline at end of file +auto_examples/ \ No newline at end of file -- GitLab