Bug 1768190 - Forbid same tex unit different sampler types even if unbound. r=gfx...
[gecko.git] / .gitignore
blob6ac19358c59c0f6e20ac1506b0aa3118c4bfe7a1
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 toolchains.json
12 # Ignore ID generated by idutils and un-ignore id directory (for Indonesian locale)
14 !id/
15 .DS_Store*
16 *.pdb
17 .eslintcache
18 # Filesystem temporaries
19 .fuse_hidden*
21 # Ignore Python .egg-info directories for first-party modules (but,
22 # still add vendored packages' .egg-info directories)
23 *.egg-info
24 !third_party/python/**/*.egg-info
25 !testing/web-platform/tests/tools/third_party/**/*.egg-info
27 # Vim swap files.
28 .*.sw[a-z]
29 .sw[a-z]
31 # Emacs directory variable files.
32 **/.dir-locals.el
33 # Emacs project sentinel files.
34 **/.projectile
36 # User files that may appear at the root
37 /.clang-tidy
38 /.mozconfig*
39 /mozconfig*
40 /configure
41 /old-configure
42 /config.cache
43 /config.log
44 /.clang_complete
45 /machrc
46 /.machrc
47 # pyenv artifact
48 /.python-version
50 # Empty marker file that's generated when we check out NSS
51 security/manager/.nss.checkout
53 # Build directories
54 /obj*/
56 # gecko.log is generated by various test harnesses
57 /gecko.log
59 # Ignore newtab component build assets
60 browser/components/newtab/logs/
62 # Ignore Pocket component build and dev assets
63 browser/components/pocket/content/panels/css/main.compiled.css.map
65 # Build directories for js shell
66 *_DBG.OBJ/
67 *_OPT.OBJ/
68 /js/src/*-obj/
69 /js/src/obj-*/
71 # SpiderMonkey configury
72 js/src/configure
73 js/src/old-configure
74 js/src/autom4te.cache
75 # SpiderMonkey test result logs
76 js/src/tests/results-*.html
77 js/src/tests/results-*.txt
79 # Java HTML5 parser classes
80 parser/html/java/htmlparser/
81 parser/html/java/javaparser/
82 parser/html/java/javaparser.jar
83 parser/html/java/translator.jar
85 # Ignore the files and directory that Eclipse IDE creates
86 .project
87 .cproject
88 .settings/
90 # Ignore the files and directory that JetBrains IDEs create.
91 /.idea/
92 *.iml
93 # Android Monitor in Android Studio creates a captures/ directory.
94 /captures/
96 # Gradle cache.
97 /.gradle/
99 # Local Gradle configuration properties.
100 /local.properties
102 # Ignore chrome.manifest files from the devtools loader
103 devtools/client/chrome.manifest
104 devtools/shared/chrome.manifest
106 # Ignore debugger build directories
107 devtools/client/debugger/assets/build
108 devtools/client/debugger/assets/module-manifest.json
110 # Ignore node_modules directories in devtools
111 devtools/**/node_modules
113 # Ignore browsertime output directory
114 browsertime-results
116 # Tag files generated by GNU Global
117 GTAGS
118 GRTAGS
119 GSYMS
120 GPATH
122 # Git clone directory for updating web-platform-tests
123 testing/web-platform/sync/
125 # Third party metadata for web-platform-tests
126 testing/web-platform/products/
128 # Android Gradle artifacts.
129 mobile/android/gradle/.gradle
131 # XCode project cruft
132 /*.xcodeproj/
134 # Rust/Cargo output from running `cargo` directly
135 /target/
137 # Ignore mozharness execution files
138 testing/mozharness/.tox/
139 testing/mozharness/build/
140 testing/mozharness/logs/
141 testing/mozharness/.coverage
142 testing/mozharness/nosetests.xml
144 # Ignore ESLint node_modules
145 node_modules/
147 # Ignore talos virtualenv and tp5n files.
148 # The tp5n set is supposed to be decompressed at
149 # testing/talos/talos/fis|tests/tp5n in order to run tests like tps
150 # locally. Similarly, running talos requires a Python package virtual
151 # environment. Both the virtual environment and tp5n files end up littering
152 # the status command, so we ignore them.
153 testing/talos/.Python
154 testing/talos/bin/
155 testing/talos/include/
156 testing/talos/lib/
157 testing/talos/talos/fis/tp5n.zip
158 testing/talos/talos/fis/tp5n
159 testing/talos/talos/tests/tp5n.zip
160 testing/talos/talos/tests/tp5n
161 testing/talos/talos/tests/devtools/damp.manifest.develop
163 # Ignore sync tps logs and reports
164 tps.log
165 tps_result.json
167 # Unit test
168 .pytest_cache/
170 # Ignore files created when running a reftest.
171 lextab.py
173 # Ignore Visual Studio/Visual Studio Code workspace files.
174 .vs/
175 .vscode/
176 !.vscode/extensions.json
177 !.vscode/tasks.json
178 *.user
180 # Ignore various raptor performance framework files
181 testing/raptor/.raptor-venv
182 testing/raptor/raptor-venv
183 testing/raptor/raptor/tests/json/
184 testing/raptor/webext/raptor/auto_gen_test_config.js
186 # Ignore ICU4X experimentation data files.
187 # See intl/ICU4X.md for more details.
188 config/external/icu4x
190 # Ignore the index files generated by clangd.
191 .cache/clangd/index/
193 # Ignore Storybook generated files
194 browser/components/storybook/node_modules/
195 browser/components/storybook/storybook-static/
197 # Ignore jscodeshift installed by mach esmify on windows
198 tools/esmify/jscodeshift
199 tools/esmify/jscodeshift.cmd
200 tools/esmify/jscodeshift.ps1
201 tools/esmify/package-lock.json