1 # .gitignore - List of filenames git should ignore
3 # Filenames that should be ignored wherever they appear
12 # Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale)
18 # Filesystem temporaries
21 # Ignore Python .egg-info directories for first-party modules (but,
22 # still add vendored packages' .egg-info directories)
24 !third_party/python/**/*.egg-info
25 !testing/web-platform/tests/tools/third_party/**/*.egg-info
31 # Emacs directory variable files.
33 # Emacs project sentinel files.
36 # User files that may appear at the root
49 # Empty marker file that's generated when we check out NSS
50 security/manager/.nss.checkout
55 # gecko.log is generated by various test harnesses
58 # Ignore newtab component build assets
59 browser/components/newtab/logs/
61 # Build directories for js shell
67 # SpiderMonkey configury
71 # SpiderMonkey test result logs
72 js/src/tests/results-*.html
73 js/src/tests/results-*.txt
75 # Java HTML5 parser classes
76 parser/html/java/htmlparser/
77 parser/html/java/javaparser/
78 parser/html/java/javaparser.jar
79 parser/html/java/translator.jar
81 # Ignore the files and directory that Eclipse IDE creates
86 # Ignore the files and directory that JetBrains IDEs create.
89 # Android Monitor in Android Studio creates a captures/ directory.
95 # Local Gradle configuration properties.
98 # Ignore chrome.manifest files from the devtools loader
99 devtools/client/chrome.manifest
100 devtools/shared/chrome.manifest
102 # Ignore debugger build directories
103 devtools/client/debugger/assets/build
104 devtools/client/debugger/assets/module-manifest.json
106 # Ignore node_modules directories in devtools
107 devtools/**/node_modules
109 # Ignore browsertime output directory
112 # Tag files generated by GNU Global
118 # Git clone directory for updating web-platform-tests
119 testing/web-platform/sync/
121 # Third party metadata for web-platform-tests
122 testing/web-platform/products/
124 # Android Gradle artifacts.
125 mobile/android/gradle/.gradle
127 # XCode project cruft
130 # Rust/Cargo output from running `cargo` directly
133 # Ignore mozharness execution files
134 testing/mozharness/.tox/
135 testing/mozharness/build/
136 testing/mozharness/logs/
137 testing/mozharness/.coverage
138 testing/mozharness/nosetests.xml
140 # Ignore ESLint node_modules
143 # Ignore talos virtualenv and tp5n files.
144 # The tp5n set is supposed to be decompressed at
145 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
146 # locally. Similarly, running talos requires a Python package virtual
147 # environment. Both the virtual environment and tp5n files end up littering
148 # the status command, so we ignore them.
149 testing/talos/.Python
151 testing/talos/include/
153 testing/talos/talos/fis/tp5n.zip
154 testing/talos/talos/fis/tp5n
155 testing/talos/talos/tests/tp5n.zip
156 testing/talos/talos/tests/tp5n
157 testing/talos/talos/tests/devtools/damp.manifest.develop
159 # Ignore sync tps logs and reports
163 # Ignore files created when running a reftest.
166 # Ignore Visual Studio Code workspace files.
168 !.vscode/extensions.json
171 # Ignore various raptor performance framework files
172 testing/raptor/.raptor-venv
173 testing/raptor/raptor-venv
174 testing/raptor/raptor/tests/json/
175 testing/raptor/webext/raptor/auto_gen_test_config.js