various changes
This commit is contained in:
parent
627fc1914b
commit
2ab3c435ce
2 changed files with 120 additions and 0 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -1,23 +1,30 @@
|
|||
/*
|
||||
!.gitignore
|
||||
|
||||
# /etc/
|
||||
!/etc/
|
||||
/etc/*
|
||||
|
||||
# /etc/skel/
|
||||
!/etc/skel/
|
||||
/etc/skel/*
|
||||
!/etc/skel/.bashrc
|
||||
|
||||
# /root/
|
||||
!/root/
|
||||
/root/*
|
||||
!/root/.bashrc
|
||||
|
||||
# /usr/
|
||||
!/usr/
|
||||
/usr/*
|
||||
|
||||
# /usr/local/
|
||||
!/usr/local/
|
||||
/usr/local/*
|
||||
|
||||
# /usr/local/sbin/
|
||||
!/usr/local/sbin/
|
||||
/usr/local/sbin/*
|
||||
!/usr/local/sbin/update-rootfs
|
||||
!/usr/local/sbin/zio-backup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue