summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-10 19:29:02 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-10 19:29:02 -0500
commit8bee13cefc2fb907c2be20fd7d83de4f829502ea (patch)
treefe03d7fa9c9f1b29b6c468b4517776e78b188c16 /init.d
parenta2d3e56ea78fca5c997de7fc1172cd1ce68a810d (diff)
add ld.so.cache to default ignores
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/50git-ignore7
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