summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-11 14:42:56 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-11 14:42:56 -0500
commit8824d34847c9ebe106c9e362b2d1af1b031217dc (patch)
treec1fa5def10bb32f7106187dd8d1426c097cbd34f /init.d
parentd80a1e6e5be92ef48e805aca22c9c70e306c9b50 (diff)
* Add .pwd.lock to default ignores, this file is created by programs
that call getspent().
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/50git-ignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.d/50git-ignore b/init.d/50git-ignore
index 956b4ad..16754a4 100755
--- a/init.d/50git-ignore
+++ b/init.d/50git-ignore
@@ -11,9 +11,10 @@ if [ ! -e .gitignore ]; then
blkid.tab
blkid.tab.old
+# some other files in /etc that typically do not need to be tracked
ld.so.cache
mtab
-
+.pwd.lock
EOF
fi