summaryrefslogtreecommitdiff
path: root/init.d/50git-ignore
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/50git-ignore')
-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