Disable links opening blocker for very small movements
[mozilla-central.git] / .hgignore
blob3f08a37ccc413c9db89a95d76499e3b310c754c5
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\.mk$
10 ^\.mozconfig\.out$
11 ^configure$
12 ^config\.cache$
13 ^config\.log$
15 # subtrees from other repositories
16 ^nsprpub/
17 ^dbm/
18 ^security/nss/
19 ^security/coreconf/
20 ^security/dbm/
22 # Build directories
23 ^obj-
24 ^objdir
26 # Build directories for js shell
27 _DBG\.OBJ/
28 _OPT\.OBJ/