summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-26 15:41:06 -0400
committerJoey Hess <joey@kitenet.net>2011-02-26 15:41:06 -0400
commit01a3c610e68eeeda4c84f919726a3674fa4ac068 (patch)
tree17ceb186323087c28fef8edb9d6cc403c873ce6d
parent754e68fb2562468dcf5f497df869ced5eb819742 (diff)
Add .pyc and .pyo files to ignore.
-rw-r--r--debian/changelog3
-rwxr-xr-xupdate-ignore.d/01update-ignore2
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 246d045..c75db9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ etckeeper (0.53) UNRELEASED; urgency=low
GIT_AUTHOR_NAME, GIT_AUTHOR_EMAIL, GIT_COMMITTER_EMAIL) if they don't
already exist.
+ [ Joey Hess ]
+ * Add .pyc and .pyo files to ignore.
+
-- Joey Hess <joeyh@debian.org> Sat, 19 Feb 2011 20:02:46 -0400
etckeeper (0.52) unstable; urgency=low
diff --git a/update-ignore.d/01update-ignore b/update-ignore.d/01update-ignore
index 25fdfac..d09eeca 100755
--- a/update-ignore.d/01update-ignore
+++ b/update-ignore.d/01update-ignore
@@ -135,6 +135,8 @@ writefile () {
ignore "sv/*/supervise/*"
ignore "sv/*/log/supervise/*"
ignore "*.elc"
+ ignore "*.pyc"
+ ignore "*.pyo"
nl
comment "editor temp files"