From 01a3c610e68eeeda4c84f919726a3674fa4ac068 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 26 Feb 2011 15:41:06 -0400 Subject: Add .pyc and .pyo files to ignore. --- debian/changelog | 3 +++ update-ignore.d/01update-ignore | 2 ++ 2 files changed, 5 insertions(+) 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 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" -- cgit v1.2.3