Bug 1516135 [wpt PR 14649] - Produce a valid report when no tests are affected, a...
[gecko.git] / .gitignore
blob7c78c1f44e8e923f51e7ad34b37af049e079ee79
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 # Filesystem temporaries
17 .fuse_hidden*
19 # Vim swap files.
20 .*.sw[a-z]
21 .sw[a-z]
23 # Emacs directory variable files.
24 **/.dir-locals.el
26 # User files that may appear at the root
27 /.mozconfig*
28 /mozconfig
29 /configure
30 /old-configure
31 /config.cache
32 /config.log
33 /.clang_complete
34 /machrc
35 /.machrc
37 # Empty marker file that's generated when we check out NSS
38 security/manager/.nss.checkout
40 # Build directories
41 /obj*/
43 # gecko.log is generated by various test harnesses
44 /gecko.log
46 # Build directories for js shell
47 *_DBG.OBJ/
48 *_OPT.OBJ/
49 /js/src/*-obj/
50 /js/src/obj-*/
52 # SpiderMonkey configury
53 js/src/configure
54 js/src/old-configure
55 js/src/autom4te.cache
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
65 .project
66 .cproject
67 .settings/
69 # Ignore the files and directory that JetBrains IDEs create.
70 /.idea/
71 *.iml
72 # Android Monitor in Android Studio creates a captures/ directory.
73 /captures/
75 # Gradle cache.
76 /.gradle/
78 # Local Gradle configuration properties.
79 /local.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 node_modules directories in devtools
92 devtools/**/node_modules
94 # Tag files generated by GNU Global
95 GTAGS
96 GRTAGS
97 GSYMS
98 GPATH
100 # Git clone directory for updating web-platform-tests
101 testing/web-platform/sync/
103 # Third party metadata for web-platform-tests
104 testing/web-platform/products/
106 # Android Gradle artifacts.
107 mobile/android/gradle/.gradle
109 # XCode project cruft
110 /*.xcodeproj/
111 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/project.xcworkspace/xcuserdata
112 embedding/ios/GeckoEmbed/GeckoEmbed.xcodeproj/xcuserdata
114 # Rust/Cargo output from running `cargo` directly
115 /target/
117 # Ignore mozharness execution files
118 testing/mozharness/.tox/
119 testing/mozharness/build/
120 testing/mozharness/logs/
121 testing/mozharness/.coverage
122 testing/mozharness/nosetests.xml
124 # Ignore ESLint node_modules
125 node_modules/
127 # Ignore talos virtualenv and tp5n files.
128 # The tp5n set is supposed to be decompressed at
129 # testing/talos/talos/page_load_test/tp5n in order to run tests like tps
130 # locally. Similarly, running talos requires a Python package virtual
131 # environment. Both the virtual environment and tp5n files end up littering
132 # the status command, so we ignore them.
133 testing/talos/.Python
134 testing/talos/bin/
135 testing/talos/include/
136 testing/talos/lib/
137 testing/talos/talos/tests/tp5n.zip
138 testing/talos/talos/tests/tp5n
139 testing/talos/talos/tests/devtools/damp.manifest.develop
141 # Ignore sync tps logs and reports
142 tps.log
143 tps_result.json
145 # Ignore files created when running a reftest.
146 lextab.py
148 # tup database
149 /.tup
151 # Ignore Visual Studio Code workspace files.
152 .vscode/
153 !.vscode/extensions.json
154 !.vscode/tasks.json
156 # Ignore file generated by lalrpop at build time.
157 third_party/rust/lalrpop/src/parser/lrgrammar.rs