Return back Qt font using
[mozilla-central.git] / .hgignore
blob2c4cc2de41f3cf28b2c8e514e119ffa98a06f5d5
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/