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)
16 # Filesystem temporaries
23 # Emacs directory variable files.
26 # User files that may appear at the root
37 # Empty marker file that's generated when we check out NSS
38 security/manager/.nss.checkout
43 # gecko.log is generated by various test harnesses
46 # Build directories for js shell
52 # SpiderMonkey configury
56 # SpiderMonkey test result logs
57 js/src/tests/results-*.html
58 js/src/tests/results-*.txt
60 # Java HTML5 parser classes
61 parser/html/java/htmlparser/
62 parser/html/java/javaparser/
64 # Ignore the files and directory that Eclipse IDE creates
69 # Ignore the files and directory that JetBrains IDEs create.
72 # Android Monitor in Android Studio creates a captures/ directory.
78 # Local Gradle configuration properties.
81 # Python virtualenv artifacts.
82 third_party/python/psutil/**/*.so
83 third_party/python/psutil/**/*.pyd
84 third_party/python/psutil/build/
85 third_party/python/psutil/tmp/
87 # Ignore chrome.manifest files from the devtools loader
88 devtools/client/chrome.manifest
89 devtools/shared/chrome.manifest
91 # Ignore debugger build directories
92 devtools/client/debugger/new/assets/build
93 devtools/client/debugger/new/assets/module-manifest.json
95 # Ignore node_modules directories in devtools
96 devtools/**/node_modules
98 # Tag files generated by GNU Global
104 # Git clone directory for updating web-platform-tests
105 testing/web-platform/sync/
107 # Third party metadata for web-platform-tests
108 testing/web-platform/products/
110 # Android Gradle artifacts.
111 mobile/android/gradle/.gradle
113 # XCode project cruft
115 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
116 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
118 # Rust/Cargo output from running `cargo` directly
121 # Ignore mozharness execution files
122 testing/mozharness/.tox/
123 testing/mozharness/build/
124 testing/mozharness/logs/
125 testing/mozharness/.coverage
126 testing/mozharness/nosetests.xml
128 # Ignore ESLint node_modules
131 # Ignore talos virtualenv and tp5n files.
132 # The tp5n set is supposed to be decompressed at
133 # testing/talos/talos/page_load_test/tp5n in order to run tests like tps
134 # locally. Similarly, running talos requires a Python package virtual
135 # environment. Both the virtual environment and tp5n files end up littering
136 # the status command, so we ignore them.
137 testing/talos/.Python
139 testing/talos/include/
141 testing/talos/talos/tests/tp5n.zip
142 testing/talos/talos/tests/tp5n
143 testing/talos/talos/tests/devtools/damp.manifest.develop
145 # Ignore sync tps logs and reports
149 # Ignore files created when running a reftest.
155 # Ignore Visual Studio Code workspace files.
157 !.vscode/extensions.json
160 # Ignore file generated by lalrpop at build time.
161 third_party/rust/lalrpop/src/parser/lrgrammar.rs