Fix for Geolocation webTCT failures
[platform/framework/web/chromium-efl.git] / third_party / dawn / .gitignore
1 *.pyc
2
3 # Directories added by gclient sync and the GN build
4 /.cipd
5 /.gclient
6 /.gclient_entries
7 /.gclient_previous_custom_vars
8 /.gclient_previous_sync_commits
9 /bazel-*
10 /build
11 /buildtools
12 /testing
13 /third_party/abseil-cpp/
14 /third_party/angle
15 /third_party/binutils
16 /third_party/catapult
17 /third_party/clang-format
18 /third_party/cpplint
19 /third_party/dxc
20 /third_party/dxheaders
21 /third_party/glfw
22 /third_party/google_benchmark/src
23 /third_party/googletest
24 /third_party/gpuweb
25 /third_party/jinja2
26 /third_party/jsoncpp
27 /third_party/khronos/EGL-Registry
28 /third_party/khronos/OpenGL-Registry
29 /third_party/libc++/src
30 /third_party/libc++abi/src
31 /third_party/llvm-build
32 /third_party/markupsafe
33 /third_party/ninja
34 /third_party/node
35 /third_party/node-addon-api
36 /third_party/node-api-headers
37 /third_party/partition_alloc
38 /third_party/protobuf
39 /third_party/rust-toolchain
40 /third_party/swiftshader
41 /third_party/vulkan-deps
42 /third_party/vulkan_memory_allocator
43 /third_party/webgpu-cts
44 /third_party/zlib
45 /tools/clang
46 /tools/cmake*
47 /tools/golang
48 /tools/memory
49 /tools/rust
50 /out
51
52 # Tint test validation cache file
53 /test/tint/validation.cache
54
55 # Modified from https://www.gitignore.io/api/vim,macos,linux,emacs,windows,sublimetext,visualstudio,visualstudiocode,intellij
56
57 ### Emacs ###
58 *~
59 \#*\#
60 /.emacs.desktop
61 /.emacs.desktop.lock
62 *.elc
63 auto-save-list
64 tramp
65 .\#*
66
67 ### Linux ###
68 .fuse_hidden*
69 .directory
70 .Trash-*
71 .nfs*
72
73 ### macOS ###
74 *.DS_Store
75 .AppleDouble
76 .LSOverride
77 ._*
78 .DocumentRevisions-V100
79 .fseventsd
80 .Spotlight-V100
81 .TemporaryItems
82 .Trashes
83 .VolumeIcon.icns
84 .com.apple.timemachine.donotpresent
85 .AppleDB
86 .AppleDesktop
87 Network Trash Folder
88 Temporary Items
89 .apdisk
90
91 ### SublimeText ###
92 *.tmlanguage.cache
93 *.tmPreferences.cache
94 *.stTheme.cache
95 *.sublime-workspace
96 *.sublime-project
97 sftp-config.json
98 GitHub.sublime-settings
99
100 ### Vim ###
101 [._]*.s[a-v][a-z]
102 [._]*.sw[a-p]
103 [._]s[a-v][a-z]
104 [._]sw[a-p]
105 Session.vim
106 .netrwhist
107 tags
108
109 ### VisualStudio ###
110 .vs/*
111
112 ### VisualStudioCode ###
113 .vscode/*
114 !.vscode/tasks.json
115
116 ### Windows ###
117 Thumbs.db
118 ehthumbs.db
119 ehthumbs_vista.db
120 Desktop.ini
121 $RECYCLE.BIN/
122
123 ### Intellij ###
124 .idea
125
126 ### Cached node transpiled tools
127 /.node_transpile_work_dir
128
129 # Misc inherited from Tint
130 /test.wgsl
131 coverage.summary
132 default.profraw
133 lcov.info
134 /cmake-build-*/
135 /build-*/
136 /testing
137
138 ### Clang-Tidy files
139 all_findings.json
140
141 tint.dot