From 8824d34847c9ebe106c9e362b2d1af1b031217dc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 11 Nov 2007 14:42:56 -0500 Subject: * Add .pwd.lock to default ignores, this file is created by programs that call getspent(). --- init.d/50git-ignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.d') 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 -- cgit v1.2.3