diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-11 14:42:56 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-11 14:42:56 -0500 |
commit | 8824d34847c9ebe106c9e362b2d1af1b031217dc (patch) | |
tree | c1fa5def10bb32f7106187dd8d1426c097cbd34f /init.d/50git-ignore | |
parent | d80a1e6e5be92ef48e805aca22c9c70e306c9b50 (diff) |
* Add .pwd.lock to default ignores, this file is created by programs
that call getspent().
Diffstat (limited to 'init.d/50git-ignore')
-rwxr-xr-x | init.d/50git-ignore | 3 |
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 |