From f2a7793c2d1dc76c52b44a144958cc7839b32851 Mon Sep 17 00:00:00 2001 From: Krzysztof Rudnicki Date: Mon, 24 Jun 2024 18:18:05 +0100 Subject: [PATCH] feat: added nohup to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4f8d84e..9ca4be5 100644 --- a/.gitignore +++ b/.gitignore @@ -161,4 +161,5 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ *.jpg -*.gif \ No newline at end of file +*.gif +nohup.out