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)
19 # Filesystem temporaries
26 # Emacs directory variable files.
28 # Emacs project sentinel files.
31 # User files that may appear at the root
44 # Empty marker file that's generated when we check out NSS
45 security/manager/.nss.checkout
50 # gecko.log is generated by various test harnesses
53 # Ignore newtab component build assets
54 browser/components/newtab/logs/
56 # Build directories for js shell
62 # SpiderMonkey configury
66 # SpiderMonkey test result logs
67 js/src/tests/results-*.html
68 js/src/tests/results-*.txt
70 # Java HTML5 parser classes
71 parser/html/java/htmlparser/
72 parser/html/java/javaparser/
73 parser/html/java/javaparser.jar
74 parser/html/java/translator.jar
76 # Ignore the files and directory that Eclipse IDE creates
81 # Ignore the files and directory that JetBrains IDEs create.
84 # Android Monitor in Android Studio creates a captures/ directory.
90 # Local Gradle configuration properties.
93 # Ignore chrome.manifest files from the devtools loader
94 devtools/client/chrome.manifest
95 devtools/shared/chrome.manifest
97 # Ignore debugger build directories
98 devtools/client/debugger/assets/build
99 devtools/client/debugger/assets/module-manifest.json
101 # Ignore node_modules directories in devtools
102 devtools/**/node_modules
104 # Ignore browsertime output directory
107 # Tag files generated by GNU Global
113 # Git clone directory for updating web-platform-tests
114 testing/web-platform/sync/
116 # Third party metadata for web-platform-tests
117 testing/web-platform/products/
119 # Android Gradle artifacts.
120 mobile/android/gradle/.gradle
122 # XCode project cruft
125 # Rust/Cargo output from running `cargo` directly
128 # Ignore mozharness execution files
129 testing/mozharness/.tox/
130 testing/mozharness/build/
131 testing/mozharness/logs/
132 testing/mozharness/.coverage
133 testing/mozharness/nosetests.xml
135 # Ignore ESLint node_modules
138 # Ignore talos virtualenv and tp5n files.
139 # The tp5n set is supposed to be decompressed at
140 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
141 # locally. Similarly, running talos requires a Python package virtual
142 # environment. Both the virtual environment and tp5n files end up littering
143 # the status command, so we ignore them.
144 testing/talos/.Python
146 testing/talos/include/
148 testing/talos/talos/fis/tp5n.zip
149 testing/talos/talos/fis/tp5n
150 testing/talos/talos/tests/tp5n.zip
151 testing/talos/talos/tests/tp5n
152 testing/talos/talos/tests/devtools/damp.manifest.develop
154 # Ignore sync tps logs and reports
158 # Ignore files created when running a reftest.
161 # Ignore Visual Studio Code workspace files.
163 !.vscode/extensions.json
166 # Ignore various raptor performance framework files
167 testing/raptor/.raptor-venv
168 testing/raptor/raptor-venv
169 testing/raptor/raptor/tests/json/
170 testing/raptor/webext/raptor/auto_gen_test_config.js