2019-01-15 20:49:53 +00:00
|
|
|
*.pyc
|
|
|
|
|
2018-10-31 10:53:11 +00:00
|
|
|
# Directories added by gclient sync and the GN build
|
2021-09-23 10:48:19 +00:00
|
|
|
/.cipd
|
|
|
|
/.gclient
|
|
|
|
/.gclient_entries
|
|
|
|
/build
|
|
|
|
/buildtools
|
|
|
|
/testing
|
2021-09-23 20:36:03 +00:00
|
|
|
/third_party/abseil-cpp/
|
2021-09-23 10:48:19 +00:00
|
|
|
/third_party/angle
|
|
|
|
/third_party/clang-format
|
|
|
|
/third_party/glfw
|
|
|
|
/third_party/glm
|
|
|
|
/third_party/googletest
|
2021-10-21 19:47:14 +00:00
|
|
|
/third_party/gpuweb
|
2021-09-23 10:48:19 +00:00
|
|
|
/third_party/jinja2
|
|
|
|
/third_party/jsoncpp
|
|
|
|
/third_party/llvm-build
|
|
|
|
/third_party/markupsafe
|
2021-09-27 22:55:39 +00:00
|
|
|
/third_party/node-addon-api
|
|
|
|
/third_party/node-api-headers
|
2021-09-23 10:48:19 +00:00
|
|
|
/third_party/swiftshader
|
|
|
|
/third_party/tint
|
|
|
|
/third_party/vulkan-deps
|
|
|
|
/third_party/vulkan_memory_allocator
|
|
|
|
/third_party/zlib
|
|
|
|
/tools
|
|
|
|
/out
|
2018-07-31 16:50:03 +00:00
|
|
|
|
2018-10-31 10:53:11 +00:00
|
|
|
# Modified from https://www.gitignore.io/api/vim,macos,linux,emacs,windows,sublimetext,visualstudio,visualstudiocode
|
2017-08-03 18:45:12 +00:00
|
|
|
|
|
|
|
### Emacs ###
|
|
|
|
*~
|
|
|
|
\#*\#
|
|
|
|
/.emacs.desktop
|
|
|
|
/.emacs.desktop.lock
|
|
|
|
*.elc
|
|
|
|
auto-save-list
|
|
|
|
tramp
|
|
|
|
.\#*
|
|
|
|
|
|
|
|
### Linux ###
|
|
|
|
.fuse_hidden*
|
|
|
|
.directory
|
|
|
|
.Trash-*
|
|
|
|
.nfs*
|
|
|
|
|
|
|
|
### macOS ###
|
|
|
|
*.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
._*
|
|
|
|
.DocumentRevisions-V100
|
|
|
|
.fseventsd
|
|
|
|
.Spotlight-V100
|
|
|
|
.TemporaryItems
|
|
|
|
.Trashes
|
|
|
|
.VolumeIcon.icns
|
|
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
.AppleDB
|
|
|
|
.AppleDesktop
|
|
|
|
Network Trash Folder
|
|
|
|
Temporary Items
|
|
|
|
.apdisk
|
|
|
|
|
|
|
|
### SublimeText ###
|
|
|
|
*.tmlanguage.cache
|
|
|
|
*.tmPreferences.cache
|
|
|
|
*.stTheme.cache
|
|
|
|
*.sublime-workspace
|
|
|
|
*.sublime-project
|
|
|
|
sftp-config.json
|
|
|
|
GitHub.sublime-settings
|
|
|
|
|
|
|
|
### Vim ###
|
|
|
|
[._]*.s[a-v][a-z]
|
|
|
|
[._]*.sw[a-p]
|
|
|
|
[._]s[a-v][a-z]
|
|
|
|
[._]sw[a-p]
|
|
|
|
Session.vim
|
|
|
|
.netrwhist
|
|
|
|
tags
|
|
|
|
|
2021-03-24 12:00:11 +00:00
|
|
|
### VisualStudio ###
|
|
|
|
.vs/*
|
|
|
|
|
2017-08-03 18:45:12 +00:00
|
|
|
### VisualStudioCode ###
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/tasks.json
|
|
|
|
|
|
|
|
### Windows ###
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
ehthumbs_vista.db
|
|
|
|
Desktop.ini
|
|
|
|
$RECYCLE.BIN/
|
2021-09-30 17:08:41 +00:00
|
|
|
|
|
|
|
### Dawn node tools binaries
|
|
|
|
src/dawn_node/tools/bin/
|