12 lines
197 B
Plaintext
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/**
|