repo.or.cz
/
mozilla-central.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
branch merge
[mozilla-central.git]
/
.hgignore
blob
2c4cc2de41f3cf28b2c8e514e119ffa98a06f5d5
1
# .hgignore - List of filenames hg should ignore
2
3
# Filenames that should be ignored wherever they appear
4
~$
5
\.pyc$
6
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$
14
15
# subtrees from other repositories
16
^nsprpub/
17
^dbm/
18
^security/nss/
19
^security/coreconf/
20
^security/dbm/
21
22
# Build directories
23
^obj-
24
^objdir-
25
26
# Build directories for js shell
27
_DBG\.OBJ/
28
_OPT\.OBJ/
29