.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.
This commit is contained in:
Martin Pitt 2022-02-07 14:44:37 +01:00 committed by Martin Pitt
parent b2662eeebd
commit 07784820fd

2
.gitignore vendored
View file

@ -8,7 +8,7 @@ dist/
/.vagrant /.vagrant
package-lock.json package-lock.json
Test*FAIL* Test*FAIL*
bots/ /bots
test/common/ test/common/
test/images/ test/images/
src/lib/ src/lib/