tree: Go back to git.mk-generated .gitignore
authorJonathan Lebon <jonathan@jlebon.com>
Thu, 23 Jul 2026 15:17:54 +0000 (11:17 -0400)
committerJonathan Lebon <jonathan@jlebon.com>
Thu, 23 Jul 2026 15:54:39 +0000 (11:54 -0400)
Commit b0cd80d9 ("ci: Add Packit CI with RPM builds and TMT integration
tests") added an in-tree .gitignore which trips up the `git.mk` bits
which normally generate it. And so then build artifacts showed up all as
untracked files.

Go back to keeping `.gitignore` untracked and instead add `.cosa` to
`GITIGNOREFILES` to retain the original entries that b0cd80d9 added.

.gitignore [deleted file]
Makefile.am

diff --git a/.gitignore b/.gitignore
deleted file mode 100644 (file)
index dd03374..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.cosa
-_kola_temp
-
-# Added by cargo
-/target
index 424b285329df86af57984b0755e3faef47b4d0cb..3040baafe26db9a2bf7d641b7f8a039de21af44e 100644 (file)
@@ -48,7 +48,7 @@ GITIGNOREFILES = aclocal.m4 build-aux/ buildutil/*.m4 config.h.in gtk-doc.make
 GITIGNOREFILES += ci-build/
 
 # Generated by coreos-assembler build-fast and kola
-GITIGNOREFILES += fastbuild-*.qcow2 _kola_temp/
+GITIGNOREFILES += fastbuild-*.qcow2 _kola_temp/ .cosa/
 
 # Rust stuff
 GITIGNOREFILES += target/ Cargo.lock