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