summaryrefslogtreecommitdiff
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
parentd80a1e6e5be92ef48e805aca22c9c70e306c9b50 (diff)
* Add .pwd.lock to default ignores, this file is created by programs
that call getspent().
-rw-r--r--debian/changelog7
-rwxr-xr-xinit.d/50git-ignore3
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 27b555d..22289d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+etckeeper (0.2) UNRELEASED; urgency=low
+
+ * Add .pwd.lock to default ignores, this file is created by programs
+ that call getspent().
+
+ -- Joey Hess <joeyh@debian.org> Sun, 11 Nov 2007 14:41:40 -0500
+
etckeeper (0.1) unstable; urgency=low
* First release.
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