blob: e169065a30b388927972148ea4807a8dafc6f187 [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
Jason Erb85153122022-12-06 20:43:33 +00007/.gclient_previous_custom_vars
Jiawei Shaod7943422022-08-09 15:41:04 +00008/.gclient_previous_sync_commits
Ben Claytone0da9ff2021-09-23 10:48:19 +00009/build
10/buildtools
11/testing
Brandon Jonesa04663c2021-09-23 20:36:03 +000012/third_party/abseil-cpp/
Ben Claytone0da9ff2021-09-23 10:48:19 +000013/third_party/angle
Ryan Harrisone87ac762022-04-06 15:37:27 -040014/third_party/binutils
Corentin Wallezd5203662022-01-05 15:54:08 +000015/third_party/catapult
Ben Claytone0da9ff2021-09-23 10:48:19 +000016/third_party/clang-format
Ryan Harrisone87ac762022-04-06 15:37:27 -040017/third_party/cpplint
Antonio Maioranob94856d2023-06-22 21:30:50 +000018/third_party/dxc
19/third_party/dxheaders
Ben Claytone0da9ff2021-09-23 10:48:19 +000020/third_party/glfw
Austin Engb8a3bac2023-04-18 19:55:47 +000021/third_party/google_benchmark/src
Ben Claytone0da9ff2021-09-23 10:48:19 +000022/third_party/googletest
Antonio Maiorano0cd8edc2021-10-21 19:47:14 +000023/third_party/gpuweb
Ben Claytone0da9ff2021-09-23 10:48:19 +000024/third_party/jinja2
25/third_party/jsoncpp
26/third_party/llvm-build
27/third_party/markupsafe
Junji Watanabe4ad7f012022-10-03 02:48:52 +000028/third_party/ninja
Ben Clayton6f8ff742022-03-28 19:55:42 +000029/third_party/node
Ben Claytondc890d62021-09-27 22:55:39 +000030/third_party/node-addon-api
31/third_party/node-api-headers
Ryan Harrisone87ac762022-04-06 15:37:27 -040032/third_party/protobuf
Ben Claytone0da9ff2021-09-23 10:48:19 +000033/third_party/swiftshader
Ben Claytone0da9ff2021-09-23 10:48:19 +000034/third_party/vulkan-deps
35/third_party/vulkan_memory_allocator
Ryan Harrisone87ac762022-04-06 15:37:27 -040036/third_party/webgpu-cts
Ben Claytone0da9ff2021-09-23 10:48:19 +000037/third_party/zlib
Ben Clayton475941c2022-03-30 21:12:14 +000038/tools/clang
Antonio Maiorano06107552022-04-07 17:54:55 +000039/tools/cmake*
Ben Clayton475941c2022-03-30 21:12:14 +000040/tools/golang
41/tools/memory
Ben Claytone0da9ff2021-09-23 10:48:19 +000042/out
Corentin Wallez21a23852018-07-31 18:50:03 +020043
Ben Clayton1ef277d2022-11-14 13:58:36 +000044# Tint test validation cache file
45/test/tint/validation.cache
46
Ryan Harrisone87ac762022-04-06 15:37:27 -040047# Modified from https://www.gitignore.io/api/vim,macos,linux,emacs,windows,sublimetext,visualstudio,visualstudiocode,intellij
Kai Ninomiyafc9775f2017-08-03 11:45:12 -070048
49### Emacs ###
50*~
51\#*\#
52/.emacs.desktop
53/.emacs.desktop.lock
54*.elc
55auto-save-list
56tramp
57.\#*
58
59### Linux ###
60.fuse_hidden*
61.directory
62.Trash-*
63.nfs*
64
65### macOS ###
66*.DS_Store
67.AppleDouble
68.LSOverride
Kai Ninomiyafc9775f2017-08-03 11:45:12 -070069._*
70.DocumentRevisions-V100
71.fseventsd
72.Spotlight-V100
73.TemporaryItems
74.Trashes
75.VolumeIcon.icns
76.com.apple.timemachine.donotpresent
77.AppleDB
78.AppleDesktop
79Network Trash Folder
80Temporary Items
81.apdisk
82
83### SublimeText ###
84*.tmlanguage.cache
85*.tmPreferences.cache
86*.stTheme.cache
87*.sublime-workspace
88*.sublime-project
89sftp-config.json
90GitHub.sublime-settings
91
92### Vim ###
93[._]*.s[a-v][a-z]
94[._]*.sw[a-p]
95[._]s[a-v][a-z]
96[._]sw[a-p]
97Session.vim
98.netrwhist
99tags
100
Ben Claytonfe5fea82021-03-24 12:00:11 +0000101### VisualStudio ###
102.vs/*
103
Kai Ninomiyafc9775f2017-08-03 11:45:12 -0700104### VisualStudioCode ###
105.vscode/*
Kai Ninomiyafc9775f2017-08-03 11:45:12 -0700106!.vscode/tasks.json
Kai Ninomiyafc9775f2017-08-03 11:45:12 -0700107
108### Windows ###
109Thumbs.db
110ehthumbs.db
111ehthumbs_vista.db
112Desktop.ini
113$RECYCLE.BIN/
Ben Clayton200ed612021-09-30 17:08:41 +0000114
Ryan Harrisone87ac762022-04-06 15:37:27 -0400115### Intellij ###
Vasyl Teliman579f6a02021-01-18 21:39:14 +0000116.idea
Ryan Harrisone87ac762022-04-06 15:37:27 -0400117
Brian Sheedyd2c98642022-03-24 22:31:45 +0000118### Cached node transpiled tools
119/.node_transpile_work_dir
Ryan Harrisone87ac762022-04-06 15:37:27 -0400120
121# Misc inherited from Tint
122/test.wgsl
Ben Claytonadb10d62020-10-27 21:04:59 +0000123coverage.summary
Ben Clayton4bd4b8f2021-02-26 18:39:08 +0000124default.profraw
Ben Claytonadb10d62020-10-27 21:04:59 +0000125lcov.info
Ben Clayton7b0686a2022-01-06 09:23:11 +0000126/cmake-build-*/
Antonio Maiorano7c92ebe2022-05-17 15:44:52 +0000127/build-*/
Ben Clayton7b0686a2022-01-06 09:23:11 +0000128/testing
dan sinclair93cf3462022-05-16 12:58:24 +0000129
130### Clang-Tidy files
131all_findings.json
132
dan sinclair92612612022-11-01 18:15:50 +0000133tint.dot