2008-07-22 16:27:55 +04:00
|
|
|
# .hgignore - List of filenames hg should ignore
|
|
|
|
|
|
|
|
# Filenames that should be ignored wherever they appear
|
|
|
|
~$
|
|
|
|
\.pyc$
|
|
|
|
(^|/)TAGS$
|
2011-08-15 22:51:13 +04:00
|
|
|
(^|/)\.DS_Store$
|
2008-07-22 16:27:55 +04:00
|
|
|
|
|
|
|
# User files that may appear at the root
|
|
|
|
^\.mozconfig$
|
|
|
|
^mozconfig$
|
|
|
|
^\.mozconfig\.mk$
|
|
|
|
^\.mozconfig\.out$
|
|
|
|
^configure$
|
|
|
|
^config\.cache$
|
|
|
|
^config\.log$
|
|
|
|
^ID$
|
|
|
|
|
2008-12-01 20:27:18 +03:00
|
|
|
#treestate
|
|
|
|
^.treestate$
|
|
|
|
|
2008-07-22 16:27:55 +04:00
|
|
|
# Build directories
|
|
|
|
^obj-
|
|
|
|
^objdir-
|
|
|
|
|
|
|
|
# directories we check out from other repositories
|
|
|
|
^directory/c-sdk$
|
2016-08-16 07:19:00 +03:00
|
|
|
# ^mozilla$ <--- causes regex perf issues when present with fsmonitor. See Bug 1293993.
|
|
|
|
mozilla
|
|
|
|
|
2008-12-01 20:27:18 +03:00
|
|
|
^.mozilla-trunk$
|
2013-05-22 17:55:01 +04:00
|
|
|
|
|
|
|
# SVN directories
|
|
|
|
\.svn/
|
|
|
|
|
|
|
|
# Git repositories
|
|
|
|
.git/
|
|
|
|
|
|
|
|
# Ignore the files and directory that Eclipse IDE creates
|
|
|
|
\.project$
|
|
|
|
\.cproject$
|
|
|
|
\.settings/
|
2019-10-04 10:32:00 +03:00
|
|
|
|
|
|
|
# Ignore the files and directory that JetBrains IDEs create.
|
|
|
|
\.idea/
|
|
|
|
\.iml$
|