Git ignore citool's target directory

Whenever running citool, it leaves behind a target directory. Ignore
this like we do for other tools.
This commit is contained in:
Eric Huss 2025-03-06 06:57:00 -08:00
parent 30f168ef81
commit 662d73514a

1
.gitignore vendored
View file

@ -53,6 +53,7 @@ no_llvm_build
/target
/library/target
/src/bootstrap/target
/src/ci/citool/target
/src/tools/x/target
# Created by `x vendor`
/vendor