1 # .gitignore - List of filenames git should ignore
3 # Filenames that should be ignored wherever they appear
10 # Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale)
17 # Filesystem temporaries
24 # Emacs directory variable files.
26 # Emacs project sentinel files.
29 # User files that may appear at the root
42 # Empty marker file that's generated when we check out NSS
43 security/manager/.nss.checkout
48 # gecko.log is generated by various test harnesses
51 # Ignore newtab component build assets
52 browser/components/newtab/logs/
54 # Build directories for js shell
60 # SpiderMonkey configury
64 # SpiderMonkey test result logs
65 js/src/tests/results-*.html
66 js/src/tests/results-*.txt
68 # Java HTML5 parser classes
69 parser/html/java/htmlparser/
70 parser/html/java/javaparser/
71 parser/html/java/javaparser.jar
72 parser/html/java/translator.jar
74 # Ignore the files and directory that Eclipse IDE creates
79 # Ignore the files and directory that JetBrains IDEs create.
82 # Android Monitor in Android Studio creates a captures/ directory.
88 # Local Gradle configuration properties.
91 # Python virtualenv artifacts.
92 third_party/python/psutil/**/*.so
93 third_party/python/psutil/**/*.pyd
94 third_party/python/psutil/build/
95 third_party/python/psutil/tmp/
97 # Ignore chrome.manifest files from the devtools loader
98 devtools/client/chrome.manifest
99 devtools/shared/chrome.manifest
101 # Ignore debugger build directories
102 devtools/client/debugger/assets/build
103 devtools/client/debugger/assets/module-manifest.json
105 # Ignore node_modules directories in devtools
106 devtools/**/node_modules
108 # Ignore browsertime output directory
111 # Tag files generated by GNU Global
117 # Git clone directory for updating web-platform-tests
118 testing/web-platform/sync/
120 # Third party metadata for web-platform-tests
121 testing/web-platform/products/
123 # Android Gradle artifacts.
124 mobile/android/gradle/.gradle
126 # XCode project cruft
129 # Rust/Cargo output from running `cargo` directly
132 # Ignore mozharness execution files
133 testing/mozharness/.tox/
134 testing/mozharness/build/
135 testing/mozharness/logs/
136 testing/mozharness/.coverage
137 testing/mozharness/nosetests.xml
139 # Ignore ESLint node_modules
142 # Ignore talos virtualenv and tp5n files.
143 # The tp5n set is supposed to be decompressed at
144 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
145 # locally. Similarly, running talos requires a Python package virtual
146 # environment. Both the virtual environment and tp5n files end up littering
147 # the status command, so we ignore them.
148 testing/talos/.Python
150 testing/talos/include/
152 testing/talos/talos/fis/tp5n.zip
153 testing/talos/talos/fis/tp5n
154 testing/talos/talos/tests/tp5n.zip
155 testing/talos/talos/tests/tp5n
156 testing/talos/talos/tests/devtools/damp.manifest.develop
158 # Ignore sync tps logs and reports
162 # Ignore files created when running a reftest.
165 # Ignore Visual Studio Code workspace files.
167 !.vscode/extensions.json