Austin Eng | c7f416c | 2019-01-15 20:49:53 +0000 | [diff] [blame] | 1 | *.pyc |
| 2 | |
Corentin Wallez | 146edf5 | 2018-10-31 10:53:11 +0000 | [diff] [blame] | 3 | # Directories added by gclient sync and the GN build |
Ben Clayton | e0da9ff | 2021-09-23 10:48:19 +0000 | [diff] [blame] | 4 | /.cipd |
| 5 | /.gclient |
| 6 | /.gclient_entries |
| 7 | /build |
| 8 | /buildtools |
| 9 | /testing |
Brandon Jones | a04663c | 2021-09-23 20:36:03 +0000 | [diff] [blame] | 10 | /third_party/abseil-cpp/ |
Ben Clayton | e0da9ff | 2021-09-23 10:48:19 +0000 | [diff] [blame] | 11 | /third_party/angle |
| 12 | /third_party/clang-format |
| 13 | /third_party/glfw |
| 14 | /third_party/glm |
| 15 | /third_party/googletest |
Antonio Maiorano | 0cd8edc | 2021-10-21 19:47:14 +0000 | [diff] [blame] | 16 | /third_party/gpuweb |
Ben Clayton | e0da9ff | 2021-09-23 10:48:19 +0000 | [diff] [blame] | 17 | /third_party/jinja2 |
| 18 | /third_party/jsoncpp |
| 19 | /third_party/llvm-build |
| 20 | /third_party/markupsafe |
Ben Clayton | dc890d6 | 2021-09-27 22:55:39 +0000 | [diff] [blame] | 21 | /third_party/node-addon-api |
| 22 | /third_party/node-api-headers |
Ben Clayton | e0da9ff | 2021-09-23 10:48:19 +0000 | [diff] [blame] | 23 | /third_party/swiftshader |
| 24 | /third_party/tint |
| 25 | /third_party/vulkan-deps |
| 26 | /third_party/vulkan_memory_allocator |
| 27 | /third_party/zlib |
| 28 | /tools |
| 29 | /out |
Corentin Wallez | 21a2385 | 2018-07-31 18:50:03 +0200 | [diff] [blame] | 30 | |
Corentin Wallez | 146edf5 | 2018-10-31 10:53:11 +0000 | [diff] [blame] | 31 | # Modified from https://www.gitignore.io/api/vim,macos,linux,emacs,windows,sublimetext,visualstudio,visualstudiocode |
Kai Ninomiya | fc9775f | 2017-08-03 11:45:12 -0700 | [diff] [blame] | 32 | |
| 33 | ### Emacs ### |
| 34 | *~ |
| 35 | \#*\# |
| 36 | /.emacs.desktop |
| 37 | /.emacs.desktop.lock |
| 38 | *.elc |
| 39 | auto-save-list |
| 40 | tramp |
| 41 | .\#* |
| 42 | |
| 43 | ### Linux ### |
| 44 | .fuse_hidden* |
| 45 | .directory |
| 46 | .Trash-* |
| 47 | .nfs* |
| 48 | |
| 49 | ### macOS ### |
| 50 | *.DS_Store |
| 51 | .AppleDouble |
| 52 | .LSOverride |
Kai Ninomiya | fc9775f | 2017-08-03 11:45:12 -0700 | [diff] [blame] | 53 | ._* |
| 54 | .DocumentRevisions-V100 |
| 55 | .fseventsd |
| 56 | .Spotlight-V100 |
| 57 | .TemporaryItems |
| 58 | .Trashes |
| 59 | .VolumeIcon.icns |
| 60 | .com.apple.timemachine.donotpresent |
| 61 | .AppleDB |
| 62 | .AppleDesktop |
| 63 | Network Trash Folder |
| 64 | Temporary Items |
| 65 | .apdisk |
| 66 | |
| 67 | ### SublimeText ### |
| 68 | *.tmlanguage.cache |
| 69 | *.tmPreferences.cache |
| 70 | *.stTheme.cache |
| 71 | *.sublime-workspace |
| 72 | *.sublime-project |
| 73 | sftp-config.json |
| 74 | GitHub.sublime-settings |
| 75 | |
| 76 | ### Vim ### |
| 77 | [._]*.s[a-v][a-z] |
| 78 | [._]*.sw[a-p] |
| 79 | [._]s[a-v][a-z] |
| 80 | [._]sw[a-p] |
| 81 | Session.vim |
| 82 | .netrwhist |
| 83 | tags |
| 84 | |
Ben Clayton | fe5fea8 | 2021-03-24 12:00:11 +0000 | [diff] [blame] | 85 | ### VisualStudio ### |
| 86 | .vs/* |
| 87 | |
Kai Ninomiya | fc9775f | 2017-08-03 11:45:12 -0700 | [diff] [blame] | 88 | ### VisualStudioCode ### |
| 89 | .vscode/* |
Kai Ninomiya | fc9775f | 2017-08-03 11:45:12 -0700 | [diff] [blame] | 90 | !.vscode/tasks.json |
Kai Ninomiya | fc9775f | 2017-08-03 11:45:12 -0700 | [diff] [blame] | 91 | |
| 92 | ### Windows ### |
| 93 | Thumbs.db |
| 94 | ehthumbs.db |
| 95 | ehthumbs_vista.db |
| 96 | Desktop.ini |
| 97 | $RECYCLE.BIN/ |
Ben Clayton | 200ed61 | 2021-09-30 17:08:41 +0000 | [diff] [blame] | 98 | |
| 99 | ### Dawn node tools binaries |
| 100 | src/dawn_node/tools/bin/ |