summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2023-10-06 01:23:19 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2023-10-18 17:04:24 +0200
commit7b2005d5200bd62b6aff66760460033f631e3718 (patch)
treef121672ffbaf08dc053a25bdba49da0832e21991 /.gitignore
parent26d6c325dce637c9a9f99e831f190475c1eff22f (diff)
downloadjgit-7b2005d5200bd62b6aff66760460033f631e3718.tar.gz
jgit-7b2005d5200bd62b6aff66760460033f631e3718.zip
.gitignore: ignore all Maven output directories `target/`
Change-Id: Ib405f3db99290fe9c1f1349759f6598819f1b886
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
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-*