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.
This commit is contained in:
parent
2c1341f4fa
commit
315c64c7e1
|
@ -25,6 +25,7 @@ Makefile.in
|
|||
/libtool
|
||||
/stamp-h1
|
||||
|
||||
build-aux/artifacts
|
||||
build-aux/compile
|
||||
build-aux/config.guess
|
||||
build-aux/config.rpath
|
||||
|
|
Loading…
Reference in New Issue