From 315c64c7e18acc59a745b68148188a73e998252b Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Wed, 1 Feb 2023 21:43:33 +0800 Subject: [PATCH] CI: Update .gitignore for artifacts directory in build-aux. The workflow action for our CI pipeline can only reference artifacts in the source directory, so we should ignore these files if the ci_build.sh is run locally. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7f2dec23..d6b144f1 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ Makefile.in /libtool /stamp-h1 +build-aux/artifacts build-aux/compile build-aux/config.guess build-aux/config.rpath