summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xinit.d/50git-ignore2
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 64ba930..36f5d1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ etckeeper (0.3) UNRELEASED; urgency=low
* Patch from Remi Vanicat adding an etckeeper.conf file and
a GIT_COMMIT_OPTIONS configuration setting. Closes: #451167
+ * Add network/run and adjtime to default gitignore. Closes: #451347
- -- Joey Hess <joeyh@debian.org> Wed, 14 Nov 2007 13:29:59 -0500
+ -- Joey Hess <joeyh@debian.org> Thu, 15 Nov 2007 11:59:09 -0500
etckeeper (0.2) unstable; urgency=low
diff --git a/init.d/50git-ignore b/init.d/50git-ignore
index 16754a4..f931592 100755
--- a/init.d/50git-ignore
+++ b/init.d/50git-ignore
@@ -15,6 +15,8 @@ blkid.tab.old
ld.so.cache
mtab
.pwd.lock
+network/run
+adjtime
EOF
fi