diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-10-06 01:23:19 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-10-18 17:04:24 +0200 |
commit | 7b2005d5200bd62b6aff66760460033f631e3718 (patch) | |
tree | f121672ffbaf08dc053a25bdba49da0832e21991 /.gitignore | |
parent | 26d6c325dce637c9a9f99e831f190475c1eff22f (diff) | |
download | jgit-7b2005d5200bd62b6aff66760460033f631e3718.tar.gz jgit-7b2005d5200bd62b6aff66760460033f631e3718.zip |
.gitignore: ignore all Maven output directories `target/`
Change-Id: Ib405f3db99290fe9c1f1349759f6598819f1b886
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5306e41984..1671449eb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ /.project /org.eclipse.jgit.benchmarks/dependency-reduced-pom.xml -/target +target/ infer-out bazel-* |