no bug - Bumping Thunderbird l10n changesets r=release a=l10n-bump DONTBUILD
ast -> 85a961d250a508f263c17cad193a1e22d2c3cda4
el -> e854408efa0e739e3c22f0d8ab9d4b627927aa0b
fr -> 110114d176859c191c39d7457f76c5c9247b6a25
it -> 3ab129cf7624f59655156d7a11dfbee4999e9359
pt-BR -> d8b467ec60373a43391d3d3f9f4f773e301076a1
pt-PT -> eb0f997231b20e39cfe263e5168f2c9f6f8aadc1
zh-CN -> 177af21d2e347c7735cc5282b0fa3d5949ff94dc
# .hgignore - List of filenames hg should ignore
# Filenames that should be ignored wherever they appear
~$
\.pyc$
(^|/)TAGS$
(^|/)\.DS_Store$
# User files that may appear at the root
^\.mozconfig$
^mozconfig$
^\.mozconfig\.mk$
^\.mozconfig\.out$
^configure$
^config\.cache$
^config\.log$
^ID$
#treestate
^.treestate$
# Build directories
^obj-
^objdir-
# directories we check out from other repositories
^directory/c-sdk$
# ^mozilla$ <--- causes regex perf issues when present with fsmonitor. See Bug 1293993.
mozilla
^.mozilla-trunk$
# SVN directories
\.svn/
# Git repositories
.git/
# Ignore the files and directory that Eclipse IDE creates
\.project$
\.cproject$
\.settings/
# Ignore the files and directory that JetBrains IDEs create.
\.idea/
\.iml$