From ea885d5450d6c5ed4eaae3115c09ec65a3d7bca3 Mon Sep 17 00:00:00 2001 From: Marco Bonardo Date: Fri, 8 Jan 2010 13:57:46 +0100 Subject: [PATCH] Bug 537271 - Add .pyo files to .hgignore, r=ted --- .hgignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hgignore b/.hgignore index 171ba1a624a0..ea9e905d7965 100644 --- a/.hgignore +++ b/.hgignore @@ -2,7 +2,7 @@ # Filenames that should be ignored wherever they appear ~$ -\.pyc$ +\.py(c|o)$ (^|/)TAGS$ (^|/)ID$ (^|/)\.DS_Store$