everestlinux-edge/.gitignore
2023-02-17 08:46:32 -05:00

12 lines
197 B
Plaintext

# README shouldn't be included in the rootfs
README
# /usr should be completely left alone
usr/**
# Same for /home
home/**
# Ignore /etc entirely, user should edit config files if needed
etc/**