mirror_lxc/.gitignore
Stéphane Graber e452c89457
gitignore: Simplify
The move to meson has made it so that all rendered/built files are now
nicely self-contained. This lets us greatly simplify our gitignore,
effectively just ignoring release tarballs and the few usual temporary
files we may deal with during development.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
2022-08-01 18:12:06 -04:00

9 lines
78 B
Plaintext

# Temporarily files.
*~
*.swp
*.orig
*.rej
# Release tarballs.
lxc-*.tar.gz*