summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPhilip Chimento <philip.chimento@gmail.com>2022-07-23 11:30:23 -0700
committerPhilip Chimento <philip.chimento@gmail.com>2022-07-24 20:32:49 -0700
commit4895912ec979a11a1bb2d0c28751e1d902de7e5d (patch)
treee33b326edd46dec065d4652c284317c811f12f6a /.gitignore
parent02cdfa5b754f00c860b56bf0571caec5a094492c (diff)
downloadgjs-4895912ec979a11a1bb2d0c28751e1d902de7e5d.tar.gz
CI: Ignore container-build-report.xml
This file gets dumped in the tree by newer versions of ci-templates. We need to gitignore it so that REUSE doesn't complain about it not having a license.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dd218ba2..346fde5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
# SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
# SPDX-FileCopyrightText: 2020 Philip Chimento <philip.chimento@gmail.com>
/tools/node_modules
+# artifact from ci-templates:
+/container-build-report.xml