Bug 441530 Toolkit autocomplete sets the nomatch attribute on the popup rather than...
[mozilla-central.git] / .hgignore
blobb1a2a8bf482055d2eaadf8774b219b4227ad21b9
1 # .hgignore - List of filenames hg should ignore
3 # Filenames that should be ignored wherever they appear
4 ~$
5 \.pyc$
6 (^|/)TAGS$
8 # User files that may appear at the root
9 ^\.mozconfig$
10 ^mozconfig$
11 ^\.mozconfig\.mk$
12 ^\.mozconfig\.out$
13 ^configure$
14 ^config\.cache$
15 ^config\.log$
16 ^ID$
18 # Empty marker file that's generated when we check out NSS
19 ^security/manager/\.nss\.checkout$
21 # Build directories
22 ^obj-
23 ^objdir-
25 # Build directories for js shell
26 _DBG\.OBJ/
27 _OPT\.OBJ/