blob: 91b8350335c0d4284865ea0a36009ce36fc47f20 [file] [log] [blame]
Austin Engc7f416c2019-01-15 20:49:53 +00001*.pyc
2
Corentin Wallez146edf52018-10-31 10:53:11 +00003# Directories added by gclient sync and the GN build
Ben Claytone0da9ff2021-09-23 10:48:19 +00004/.cipd
5/.gclient
6/.gclient_entries
7/build
8/buildtools
9/testing
Brandon Jonesa04663c2021-09-23 20:36:03 +000010/third_party/abseil-cpp/
Ben Claytone0da9ff2021-09-23 10:48:19 +000011/third_party/angle
Ryan Harrisone87ac762022-04-06 15:37:27 -040012/third_party/benchmark
13/third_party/binutils
Corentin Wallezd5203662022-01-05 15:54:08 +000014/third_party/catapult
Ben Claytone0da9ff2021-09-23 10:48:19 +000015/third_party/clang-format
Ryan Harrisone87ac762022-04-06 15:37:27 -040016/third_party/cpplint
Ben Claytone0da9ff2021-09-23 10:48:19 +000017/third_party/glfw
Ben Claytone0da9ff2021-09-23 10:48:19 +000018/third_party/googletest
Antonio Maiorano0cd8edc2021-10-21 19:47:14 +000019/third_party/gpuweb
Ryan Harrisone87ac762022-04-06 15:37:27 -040020/third_party/gpuweb-cts
Ben Claytone0da9ff2021-09-23 10:48:19 +000021/third_party/jinja2
22/third_party/jsoncpp
23/third_party/llvm-build
24/third_party/markupsafe
Ben Clayton6f8ff742022-03-28 19:55:42 +000025/third_party/node
Ben Claytondc890d62021-09-27 22:55:39 +000026/third_party/node-addon-api
27/third_party/node-api-headers
Ryan Harrisone87ac762022-04-06 15:37:27 -040028/third_party/protobuf
Ben Claytone0da9ff2021-09-23 10:48:19 +000029/third_party/swiftshader
Ben Claytone0da9ff2021-09-23 10:48:19 +000030/third_party/vulkan-deps
31/third_party/vulkan_memory_allocator
Ryan Harrisone87ac762022-04-06 15:37:27 -040032/third_party/webgpu-cts
Ben Claytone0da9ff2021-09-23 10:48:19 +000033/third_party/zlib
Ben Clayton9f49ac52022-04-07 18:26:45 +000034/tools/bin
Ben Clayton475941c2022-03-30 21:12:14 +000035/tools/clang
Antonio Maiorano06107552022-04-07 17:54:55 +000036/tools/cmake*
Ben Clayton475941c2022-03-30 21:12:14 +000037/tools/golang
38/tools/memory
Ben Claytone0da9ff2021-09-23 10:48:19 +000039/out
Corentin Wallez21a23852018-07-31 18:50:03 +020040
Ryan Harrisone87ac762022-04-06 15:37:27 -040041# Modified from https://www.gitignore.io/api/vim,macos,linux,emacs,windows,sublimetext,visualstudio,visualstudiocode,intellij
Kai Ninomiyafc9775f2017-08-03 11:45:12 -070042
43### Emacs ###
44*~
45\#*\#
46/.emacs.desktop
47/.emacs.desktop.lock
48*.elc
49auto-save-list
50tramp
51.\#*
52
53### Linux ###
54.fuse_hidden*
55.directory
56.Trash-*
57.nfs*
58
59### macOS ###
60*.DS_Store
61.AppleDouble
62.LSOverride
Kai Ninomiyafc9775f2017-08-03 11:45:12 -070063._*
64.DocumentRevisions-V100
65.fseventsd
66.Spotlight-V100
67.TemporaryItems
68.Trashes
69.VolumeIcon.icns
70.com.apple.timemachine.donotpresent
71.AppleDB
72.AppleDesktop
73Network Trash Folder
74Temporary Items
75.apdisk
76
77### SublimeText ###
78*.tmlanguage.cache
79*.tmPreferences.cache
80*.stTheme.cache
81*.sublime-workspace
82*.sublime-project
83sftp-config.json
84GitHub.sublime-settings
85
86### Vim ###
87[._]*.s[a-v][a-z]
88[._]*.sw[a-p]
89[._]s[a-v][a-z]
90[._]sw[a-p]
91Session.vim
92.netrwhist
93tags
94
Ben Claytonfe5fea82021-03-24 12:00:11 +000095### VisualStudio ###
96.vs/*
97
Kai Ninomiyafc9775f2017-08-03 11:45:12 -070098### VisualStudioCode ###
99.vscode/*
Kai Ninomiyafc9775f2017-08-03 11:45:12 -0700100!.vscode/tasks.json
Kai Ninomiyafc9775f2017-08-03 11:45:12 -0700101
102### Windows ###
103Thumbs.db
104ehthumbs.db
105ehthumbs_vista.db
106Desktop.ini
107$RECYCLE.BIN/
Ben Clayton200ed612021-09-30 17:08:41 +0000108
Ryan Harrisone87ac762022-04-06 15:37:27 -0400109### Intellij ###
Vasyl Teliman579f6a02021-01-18 21:39:14 +0000110.idea
Ryan Harrisone87ac762022-04-06 15:37:27 -0400111
Ben Clayton200ed612021-09-30 17:08:41 +0000112### Dawn node tools binaries
Ben Clayton902ad1f2022-02-04 12:51:25 +0000113src/dawn/node/tools/bin/
Brian Sheedyd2c98642022-03-24 22:31:45 +0000114
115### Cached node transpiled tools
116/.node_transpile_work_dir
Ryan Harrisone87ac762022-04-06 15:37:27 -0400117
118# Misc inherited from Tint
119/test.wgsl
Ben Claytonadb10d62020-10-27 21:04:59 +0000120coverage.summary
Ben Clayton4bd4b8f2021-02-26 18:39:08 +0000121default.profraw
Ben Claytonadb10d62020-10-27 21:04:59 +0000122lcov.info
Ben Clayton7b0686a2022-01-06 09:23:11 +0000123/cmake-build-*/
Ben Clayton7b0686a2022-01-06 09:23:11 +0000124/testing