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.
+++ /dev/null
-.cosa
-_kola_temp
-
-# Added by cargo
-/target
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