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
|
2019-08-21 14:13:33 +00:00
|
|
|
.cipd
|
2018-07-31 16:50:03 +00:00
|
|
|
.gclient
|
|
|
|
.gclient_entries
|
|
|
|
build
|
|
|
|
buildtools
|
|
|
|
testing
|
2018-10-31 10:53:11 +00:00
|
|
|
third_party/SPIRV-Tools/
|
2018-10-01 18:02:04 +00:00
|
|
|
third_party/binutils/
|
2018-10-31 10:53:11 +00:00
|
|
|
third_party/clang-format/
|
|
|
|
third_party/glfw/
|
|
|
|
third_party/glm/
|
|
|
|
third_party/glslang/
|
|
|
|
third_party/googletest/
|
2018-10-01 18:02:04 +00:00
|
|
|
third_party/jinja2/
|
2019-10-17 19:00:32 +00:00
|
|
|
third_party/jsoncpp/
|
2018-07-31 16:50:03 +00:00
|
|
|
third_party/llvm-build
|
2018-10-01 18:02:04 +00:00
|
|
|
third_party/markupsafe/
|
2018-10-31 10:53:11 +00:00
|
|
|
third_party/shaderc/
|
2019-11-26 18:21:51 +00:00
|
|
|
third_party/swiftshader/
|
2018-10-31 10:53:11 +00:00
|
|
|
third_party/spirv-cross/
|
|
|
|
third_party/spirv-headers/
|
2019-11-08 09:17:40 +00:00
|
|
|
third_party/vulkan-headers/
|
|
|
|
third_party/vulkan-validation-layers/
|
2018-07-31 16:50:03 +00:00
|
|
|
tools
|
|
|
|
out
|
|
|
|
|
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
|
|
|
|
|
|
|
|
### VisualStudioCode ###
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/settings.json
|
|
|
|
!.vscode/tasks.json
|
|
|
|
!.vscode/launch.json
|
|
|
|
!.vscode/extensions.json
|
|
|
|
|
|
|
|
### Windows ###
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
ehthumbs_vista.db
|
|
|
|
Desktop.ini
|
|
|
|
$RECYCLE.BIN/
|