From 07784820fd7a5747773f91f0c9e5283dc7155bf9 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 7 Feb 2022 14:44:37 +0100 Subject: [PATCH] .gitignore: Ignore ./bots symlink as well On developer systems, bots is commonly a symlink to a shared checkout, accept non-directories as well. Also, only ignore it at the top level of the project directory. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e82360..0eebb31 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ dist/ /.vagrant package-lock.json Test*FAIL* -bots/ +/bots test/common/ test/images/ src/lib/