1 # .hgignore - List of filenames hg should ignore
3 # Filenames that should be ignored wherever they appear
16 # Emacs directory variable files.
19 # User files that may appear at the root
29 # Empty marker file that's generated when we check out NSS
30 ^security/manager/\.nss\.checkout$
35 # gecko.log is generated by various test harnesses
38 # Build directories for js shell
43 # SpiderMonkey configury
45 ^js/src/old-configure$
46 ^js/src/autom4te.cache$
47 # SpiderMonkey test result logs
48 ^js/src/tests/results-.*\.(html|txt)$
49 ^js/src/devtools/rootAnalysis/t/out
50 # SpiderMonkey clone of the webassembly spec repository
53 # Java HTML5 parser classes
54 ^parser/html/java/(html|java)parser/
59 # Ignore the files and directory that Eclipse IDE creates
64 # Ignore the files and directory that JetBrains IDEs create.
71 # Local Gradle configuration properties.
74 # Python stuff installed at build time.
75 ^third_party/python/psutil/.*\.so
76 ^third_party/python/psutil/.*\.pyd
77 ^third_party/python/psutil/build/
82 # Ignore chrome.manifest files from the devtools loader
83 ^devtools/client/chrome.manifest$
84 ^devtools/shared/chrome.manifest$
86 # Ignore node_modules directories in devtools
87 ^devtools/.*/node_modules/
89 # git checkout of libstagefright
90 ^media/libstagefright/android$
92 # Tag files generated by GNU Global
98 # Git clone directory for updating web-platform-tests
99 ^testing/web-platform/sync/
101 # Third party metadata for web-platform-tests
102 ^testing/web-platform/products/
104 # Android Gradle artifacts.
105 ^mobile/android/gradle/.gradle
107 # XCode project cruft
108 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
109 ^embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
111 # Ignore mozharness execution files
112 ^testing/mozharness/.tox/
113 ^testing/mozharness/build/
114 ^testing/mozharness/logs/
115 ^testing/mozharness/.coverage
116 ^testing/mozharness/nosetests.xml
118 # Ignore tox generated dir
121 # Ignore ESLint node_modules
124 # Ignore talos virtualenv and tp5n files.
125 # The tp5n set is supposed to be decompressed at
126 # testing/talos/talos/tests/tp5n in order to run tests like tps
127 # locally. Similarly, running talos requires a Python package virtual
128 # environment. Both the virtual environment and tp5n files end up littering
129 # the status command, so we ignore them.
130 ^testing/talos/.Python
132 ^testing/talos/include/
134 ^testing/talos/talos/tests/tp5n.zip
135 ^testing/talos/talos/tests/tp5n.tar.gz
136 ^testing/talos/talos/tests/tp5n
137 ^testing/talos/talos/tests/devtools/damp.manifest.develop
141 # Ignore files created when running a reftest.
147 # Ignore Visual Studio Code workspace files.
148 \.vscode/(?!extensions\.json|tasks\.json)
150 subinclude:servo/.hgignore
152 # Ignore Infer output