1 # .gitignore - List of filenames git should ignore
3 # Filenames that should be ignored wherever they appear
9 # Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale)
19 # Emacs directory variable files.
22 # User files that may appear at the root
33 # Empty marker file that's generated when we check out NSS
34 security/manager/.nss.checkout
39 # gecko.log is generated by various test harnesses
42 # Build directories for js shell
46 # SpiderMonkey configury
50 # SpiderMonkey test result logs
51 js/src/tests/results-*.html
52 js/src/tests/results-*.txt
54 # Java HTML5 parser classes
55 parser/html/java/htmlparser/
56 parser/html/java/javaparser/
58 # Ignore the files and directory that Eclipse IDE creates
63 # Ignore the files and directory that JetBrains IDEs create.
66 # Android Monitor in Android Studio creates a captures/ directory.
72 # Local Gradle configuration properties.
75 # Python virtualenv artifacts.
76 third_party/python/psutil/**/*.so
77 third_party/python/psutil/**/*.pyd
78 third_party/python/psutil/build/
79 third_party/python/psutil/tmp/
81 # Ignore chrome.manifest files from the devtools loader
82 devtools/client/chrome.manifest
83 devtools/shared/chrome.manifest
85 # Ignore node_modules directories in devtools
86 devtools/**/node_modules
88 # Tag files generated by GNU Global
94 # Git clone directory for updating web-platform-tests
95 testing/web-platform/sync/
97 # Third party metadata for web-platform-tests
98 testing/web-platform/products/
100 # Android Gradle artifacts.
101 mobile/android/gradle/.gradle
103 # XCode project cruft
105 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
106 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
108 # Rust/Cargo output from running `cargo` directly
111 # Ignore mozharness execution files
112 testing/mozharness/.tox/
113 testing/mozharness/build/
114 testing/mozharness/logs/
115 testing/mozharness/.coverage
116 testing/mozharness/nosetests.xml
118 # Ignore ESLint node_modules
121 # Ignore talos virtualenv and tp5n files.
122 # The tp5n set is supposed to be decompressed at
123 # testing/talos/talos/page_load_test/tp5n in order to run tests like tps
124 # locally. Similarly, running talos requires a Python package virtual
125 # environment. Both the virtual environment and tp5n files end up littering
126 # the status command, so we ignore them.
127 testing/talos/.Python
129 testing/talos/include/
131 testing/talos/talos/tests/tp5n.zip
132 testing/talos/talos/tests/tp5n
133 testing/talos/talos/tests/devtools/damp.manifest.develop
135 # Ignore sync tps logs and reports
139 # Ignore files created when running a reftest.
145 # Ignore Visual Studio Code workspace files.
147 !.vscode/extensions.json