From 7347278c8f7a4f329f3766455b461a68cb783f4b Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Fri, 27 Sep 2024 17:10:55 +0200 Subject: [PATCH] [gitignore] ignore nix files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 33eff52..745396d 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,5 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# ignore created data files +*.nix \ No newline at end of file