forked from mirrors/gecko-dev
Bug 537271 - Add .pyo files to .hgignore, r=ted
This commit is contained in:
parent
6dd0adcf89
commit
ea885d5450
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Filenames that should be ignored wherever they appear
|
# Filenames that should be ignored wherever they appear
|
||||||
~$
|
~$
|
||||||
\.pyc$
|
\.py(c|o)$
|
||||||
(^|/)TAGS$
|
(^|/)TAGS$
|
||||||
(^|/)ID$
|
(^|/)ID$
|
||||||
(^|/)\.DS_Store$
|
(^|/)\.DS_Store$
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue