From d7b75f84595abb0c728b7e48ff52ff7a2115579f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 16 Feb 2021 19:45:59 +0000 Subject: [PATCH] build-sys: Ignore .cosa This dir was added recently in coreos-assembler. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ac204677..e3c77072 100644 --- a/Makefile.am +++ b/Makefile.am @@ -110,7 +110,7 @@ DIST_HOOKS += use-git-not-dist-hook GITIGNOREFILES += target/ # From coreos-assembler -GITIGNOREFILES += "fastbuild*.qcow2" _kola_temp/ +GITIGNOREFILES += .cosa/ "fastbuild*.qcow2" _kola_temp/ include libglnx/Makefile-libglnx.am.inc noinst_LTLIBRARIES += libglnx.la