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
40 # Empty marker file that's generated when we check out NSS
41 security/manager/.nss.checkout
46 # gecko.log is generated by various test harnesses
49 # Ignore newtab component build assets
50 browser/components/newtab/logs/
52 # Build directories for js shell
58 # SpiderMonkey configury
62 # SpiderMonkey test result logs
63 js/src/tests/results-*.html
64 js/src/tests/results-*.txt
66 # Java HTML5 parser classes
67 parser/html/java/htmlparser/
68 parser/html/java/javaparser/
69 parser/html/java/javaparser.jar
70 parser/html/java/translator.jar
72 # Ignore the files and directory that Eclipse IDE creates
77 # Ignore the files and directory that JetBrains IDEs create.
80 # Android Monitor in Android Studio creates a captures/ directory.
86 # Local Gradle configuration properties.
89 # Python virtualenv artifacts.
90 third_party/python/psutil/**/*.so
91 third_party/python/psutil/**/*.pyd
92 third_party/python/psutil/build/
93 third_party/python/psutil/tmp/
95 # Ignore chrome.manifest files from the devtools loader
96 devtools/client/chrome.manifest
97 devtools/shared/chrome.manifest
99 # Ignore debugger build directories
100 devtools/client/debugger/assets/build
101 devtools/client/debugger/assets/module-manifest.json
103 # Ignore node_modules directories in devtools
104 devtools/**/node_modules
106 # Ignore browsertime output directory
109 # Tag files generated by GNU Global
115 # Git clone directory for updating web-platform-tests
116 testing/web-platform/sync/
118 # Third party metadata for web-platform-tests
119 testing/web-platform/products/
121 # Android Gradle artifacts.
122 mobile/android/gradle/.gradle
124 # XCode project cruft
127 # Rust/Cargo output from running `cargo` directly
130 # Ignore mozharness execution files
131 testing/mozharness/.tox/
132 testing/mozharness/build/
133 testing/mozharness/logs/
134 testing/mozharness/.coverage
135 testing/mozharness/nosetests.xml
137 # Ignore ESLint node_modules
140 # Ignore talos virtualenv and tp5n files.
141 # The tp5n set is supposed to be decompressed at
142 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
143 # locally. Similarly, running talos requires a Python package virtual
144 # environment. Both the virtual environment and tp5n files end up littering
145 # the status command, so we ignore them.
146 testing/talos/.Python
148 testing/talos/include/
150 testing/talos/talos/fis/tp5n.zip
151 testing/talos/talos/fis/tp5n
152 testing/talos/talos/tests/tp5n.zip
153 testing/talos/talos/tests/tp5n
154 testing/talos/talos/tests/devtools/damp.manifest.develop
156 # Ignore sync tps logs and reports
160 # Ignore files created when running a reftest.
163 # Ignore Visual Studio Code workspace files.
165 !.vscode/extensions.json