pve-installer/.gitignore
Christoph Heiss dc401eb3f0 country.pl: generate final structure as json at build time directly
Currently, we generate a custom-format `country.dat` at build time,
which we then ship with the installer. In the live environment, this
then gets parsed (via regexes) into another format and is finally
written out as JSON for e.g. the TUI and auto-installer to consume.

Instead, skip the intermediate format completely and just generate the
final data structure as JSON at build time.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
2024-12-10 18:00:24 +01:00

12 lines
138 B
Plaintext

/*.buildinfo
/*.changes
/*.deb
/build/
/cd-info.test
/proxmox-installer-[0-9]*/
/target/
/test*.img
/testdir/
Cargo.lock
locale-info.json