summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2007-11-15 11:59:36 -0500
committerJoey Hess <joey@kodama.kitenet.net>2007-11-15 11:59:36 -0500
commitafeffeab88963e8b0f04407c6935926fcd2f8137 (patch)
tree2f6c3625f7ef8c3fdad9ea684948084f26a550be
parentb66ae5a672bbc1265331d21489da0d792eb5ec26 (diff)
* Add network/run and adjtime to default gitignore. Closes: #451347
-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