c9bf07382379c88f8b8d2ea8f76bc96550c9dd76
[gecko.git] / .hgignore
blobc9bf07382379c88f8b8d2ea8f76bc96550c9dd76
1 # .hgignore - List of filenames hg should ignore
3 # Filenames that should be ignored wherever they appear
4 ~$
5 \.pyc$
7 # User files that may appear at the root
8 ^\.mozconfig$
9 ^mozconfig$
10 ^\.mozconfig\.mk$
11 ^\.mozconfig\.out$
12 ^configure$
13 ^config\.cache$
14 ^config\.log$
16 # Empty marker file that's generated when we check out NSS
17 ^security/manager/\.nss\.checkout$
19 # Build directories
20 ^obj-
21 ^objdir-
23 # Build directories for js shell
24 _DBG\.OBJ/
25 _OPT\.OBJ/