diff options
-rwxr-xr-x | init.d/50git-ignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/init.d/50git-ignore b/init.d/50git-ignore index 88866cf..956b4ad 100755 --- a/init.d/50git-ignore +++ b/init.d/50git-ignore @@ -8,7 +8,12 @@ if [ ! -e .gitignore ]; then *.dpkg-* # mount(8) records system state here, no need to keep these in git -blkid.tab(|.old) +blkid.tab +blkid.tab.old + +ld.so.cache mtab + + EOF fi |