diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | update-ignore.d/01update-ignore | 2 |
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" |