everestlinux-edge/.gitignore

12 lines
197 B
Plaintext
Raw Permalink Normal View History

2023-02-17 08:46:32 -05:00
# README shouldn't be included in the rootfs
2023-02-02 12:19:03 -05:00
README
2023-02-17 08:46:32 -05:00
# /usr should be completely left alone
usr/**
# Same for /home
home/**
# Ignore /etc entirely, user should edit config files if needed
etc/**