Bug 1650734 [wpt PR 24450] - check unattached doc + iframes for manifest, a=testonly
[gecko.git] / .gitignore
blobfe6e2b9ccf6826e88f53d5a799c8945544c74c8b
1 # .gitignore - List of filenames git should ignore
3 # Filenames that should be ignored wherever they appear
4 *~
5 *.pyc
6 *.pyo
7 TAGS
8 tags
9 compile_commands.json
10 # Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale)
12 !id/
13 .DS_Store*
14 *.pdb
15 *.egg-info
16 .eslintcache
17 # Filesystem temporaries
18 .fuse_hidden*
20 # Vim swap files.
21 .*.sw[a-z]
22 .sw[a-z]
24 # Emacs directory variable files.
25 **/.dir-locals.el
26 # Emacs project sentinel files.
27 **/.projectile
29 # User files that may appear at the root
30 /.mozconfig*
31 /mozconfig*
32 /configure
33 /old-configure
34 /config.cache
35 /config.log
36 /.clang_complete
37 /machrc
38 /.machrc
39 # pyenv artifact
40 /.python-version
42 # Empty marker file that's generated when we check out NSS
43 security/manager/.nss.checkout
45 # Build directories
46 /obj*/
48 # gecko.log is generated by various test harnesses
49 /gecko.log
51 # Ignore newtab component build assets
52 browser/components/newtab/logs/
54 # Build directories for js shell
55 *_DBG.OBJ/
56 *_OPT.OBJ/
57 /js/src/*-obj/
58 /js/src/obj-*/
60 # SpiderMonkey configury
61 js/src/configure
62 js/src/old-configure
63 js/src/autom4te.cache
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
75 .project
76 .cproject
77 .settings/
79 # Ignore the files and directory that JetBrains IDEs create.
80 /.idea/
81 *.iml
82 # Android Monitor in Android Studio creates a captures/ directory.
83 /captures/
85 # Gradle cache.
86 /.gradle/
88 # Local Gradle configuration properties.
89 /local.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
109 browsertime-results
111 # Tag files generated by GNU Global
112 GTAGS
113 GRTAGS
114 GSYMS
115 GPATH
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
127 /*.xcodeproj/
129 # Rust/Cargo output from running `cargo` directly
130 /target/
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
140 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
149 testing/talos/bin/
150 testing/talos/include/
151 testing/talos/lib/
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
159 tps.log
160 tps_result.json
162 # Ignore files created when running a reftest.
163 lextab.py
165 # Ignore Visual Studio Code workspace files.
166 .vscode/
167 !.vscode/extensions.json
168 !.vscode/tasks.json