blob: e73a73a12cff34064db60742cde1cd40ad7767fa [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/benchmark
15/third_party/binutils
Corentin Wallezd5203662022-01-05 15:54:08 +000016/third_party/catapult
Ben Claytone0da9ff2021-09-23 10:48:19 +000017/third_party/clang-format
Ryan Harrisone87ac762022-04-06 15:37:27 -040018/third_party/cpplint
Ben Claytone0da9ff2021-09-23 10:48:19 +000019/third_party/glfw
Ben Claytone0da9ff2021-09-23 10:48:19 +000020/third_party/googletest
Antonio Maiorano0cd8edc2021-10-21 19:47:14 +000021/third_party/gpuweb
Ben Claytone0da9ff2021-09-23 10:48:19 +000022/third_party/jinja2
23/third_party/jsoncpp
24/third_party/llvm-build
25/third_party/markupsafe
Junji Watanabe4ad7f012022-10-03 02:48:52 +000026/third_party/ninja
Ben Clayton6f8ff742022-03-28 19:55:42 +000027/third_party/node
Ben Claytondc890d62021-09-27 22:55:39 +000028/third_party/node-addon-api
29/third_party/node-api-headers
Ryan Harrisone87ac762022-04-06 15:37:27 -040030/third_party/protobuf
Ben Claytone0da9ff2021-09-23 10:48:19 +000031/third_party/swiftshader
Ben Claytone0da9ff2021-09-23 10:48:19 +000032/third_party/vulkan-deps
33/third_party/vulkan_memory_allocator
Ryan Harrisone87ac762022-04-06 15:37:27 -040034/third_party/webgpu-cts
Ben Claytone0da9ff2021-09-23 10:48:19 +000035/third_party/zlib
Ben Clayton475941c2022-03-30 21:12:14 +000036/tools/clang
Antonio Maiorano06107552022-04-07 17:54:55 +000037/tools/cmake*
Ben Clayton475941c2022-03-30 21:12:14 +000038/tools/golang
39/tools/memory
Ben Claytone0da9ff2021-09-23 10:48:19 +000040/out
Corentin Wallez21a23852018-07-31 18:50:03 +020041
Ben Clayton1ef277d2022-11-14 13:58:36 +000042# Tint test validation cache file
43/test/tint/validation.cache
44
Ryan Harrisone87ac762022-04-06 15:37:27 -040045# Modified from https://www.gitignore.io/api/vim,macos,linux,emacs,windows,sublimetext,visualstudio,visualstudiocode,intellij
Kai Ninomiyafc9775f2017-08-03 11:45:12 -070046
47### Emacs ###
48*~
49\#*\#
50/.emacs.desktop
51/.emacs.desktop.lock
52*.elc
53auto-save-list
54tramp
55.\#*
56
57### Linux ###
58.fuse_hidden*
59.directory
60.Trash-*
61.nfs*
62
63### macOS ###
64*.DS_Store
65.AppleDouble
66.LSOverride
Kai Ninomiyafc9775f2017-08-03 11:45:12 -070067._*
68.DocumentRevisions-V100
69.fseventsd
70.Spotlight-V100
71.TemporaryItems
72.Trashes
73.VolumeIcon.icns
74.com.apple.timemachine.donotpresent
75.AppleDB
76.AppleDesktop
77Network Trash Folder
78Temporary Items
79.apdisk
80
81### SublimeText ###
82*.tmlanguage.cache
83*.tmPreferences.cache
84*.stTheme.cache
85*.sublime-workspace
86*.sublime-project
87sftp-config.json
88GitHub.sublime-settings
89
90### Vim ###
91[._]*.s[a-v][a-z]
92[._]*.sw[a-p]
93[._]s[a-v][a-z]
94[._]sw[a-p]
95Session.vim
96.netrwhist
97tags
98
Ben Claytonfe5fea82021-03-24 12:00:11 +000099### VisualStudio ###
100.vs/*
101
Kai Ninomiyafc9775f2017-08-03 11:45:12 -0700102### VisualStudioCode ###
103.vscode/*
Kai Ninomiyafc9775f2017-08-03 11:45:12 -0700104!.vscode/tasks.json
Kai Ninomiyafc9775f2017-08-03 11:45:12 -0700105
106### Windows ###
107Thumbs.db
108ehthumbs.db
109ehthumbs_vista.db
110Desktop.ini
111$RECYCLE.BIN/
Ben Clayton200ed612021-09-30 17:08:41 +0000112
Ryan Harrisone87ac762022-04-06 15:37:27 -0400113### Intellij ###
Vasyl Teliman579f6a02021-01-18 21:39:14 +0000114.idea
Ryan Harrisone87ac762022-04-06 15:37:27 -0400115
Brian Sheedyd2c98642022-03-24 22:31:45 +0000116### Cached node transpiled tools
117/.node_transpile_work_dir
Ryan Harrisone87ac762022-04-06 15:37:27 -0400118
119# Misc inherited from Tint
120/test.wgsl
Ben Claytonadb10d62020-10-27 21:04:59 +0000121coverage.summary
Ben Clayton4bd4b8f2021-02-26 18:39:08 +0000122default.profraw
Ben Claytonadb10d62020-10-27 21:04:59 +0000123lcov.info
Ben Clayton7b0686a2022-01-06 09:23:11 +0000124/cmake-build-*/
Antonio Maiorano7c92ebe2022-05-17 15:44:52 +0000125/build-*/
Ben Clayton7b0686a2022-01-06 09:23:11 +0000126/testing
dan sinclair93cf3462022-05-16 12:58:24 +0000127
128### Clang-Tidy files
129all_findings.json
130
dan sinclair92612612022-11-01 18:15:50 +0000131tint.dot