From 3c87603308dfe4db717f6097f6559234fe3df657 Mon Sep 17 00:00:00 2001 From: lucasew Date: Mon, 16 Sep 2024 13:33:20 -0300 Subject: [PATCH] gitignore: ignore log files generated by update scripts too Signed-off-by: lucasew --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f6bc21ef41c9..c40a3184e35c 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ __pycache__ # generated by pkgs/common-updater/update-script.nix update-git-commits.txt +/*.log # JetBrains IDEA module declaration file /nixpkgs.iml