From 8bee13cefc2fb907c2be20fd7d83de4f829502ea Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 10 Nov 2007 19:29:02 -0500 Subject: add ld.so.cache to default ignores --- init.d/50git-ignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'init.d/50git-ignore') 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 -- cgit v1.2.3