-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
42 lines (39 loc) · 881 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#
# Copyright (c) 2019 The Aquarium Project Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Ignore Visual Studio temporary files, build results,
# third party libraries and gn build dummy folders.
# User-specific files
*.ini
*.sln.docstates
*.suo
*.user
*.userosscache
# Third party libraries
/third_party/angle/
/third_party/catapult/
/third_party/cxxopts/
/third_party/dawn/
/third_party/glfw/
/third_party/googletest/
/third_party/jinja2/
/third_party/jsoncpp/
/third_party/libjpeg_turbo/
/third_party/llvm-build/
/third_party/markupsafe/
/third_party/nasm/
/third_party/stb/
/third_party/swiftshader/
/third_party/vulkan_memory_allocator/
/third_party/vulkan-deps/
/third_party/zlib/
# Gn build dummy folders
/.cipd/
/.gclient_entries
/build/
/buildtools/
/out/
/testing/
/tools/clang/