summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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