diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-10 19:29:02 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-10 19:29:02 -0500 |
commit | 8bee13cefc2fb907c2be20fd7d83de4f829502ea (patch) | |
tree | fe03d7fa9c9f1b29b6c468b4517776e78b188c16 | |
parent | a2d3e56ea78fca5c997de7fc1172cd1ce68a810d (diff) |
add ld.so.cache to default ignores
-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 |