-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
59 lines (48 loc) · 1.08 KB
/
.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
build/
cget/
vcpkg_installed
.cache/
.vs/
out/
AcornProfile*.json
res/cache/
### Meson ###
# subproject directories
/subprojects/*
!/subprojects/*.wrap
!/subprojects/*.zip
# TODO move to vendor or move vendor to submodule...
!/subprojects/entt
!/subprojects/v8
!/subprojects/stb_image
!/subprojects/swc-cpp
# Meson Directories
meson-logs
meson-private
builddir/
# Meson Files
meson_benchmark_setup.dat
meson_test_setup.dat
sanitycheckcpp.cc # C++ specific
sanitycheckcpp.exe # C++ specific
# Ninja
build.ninja
.ninja_deps
.ninja_logs
# Misc
compile_commands.json
.idea
acorn-project.yaml
### Bazel ###
# gitignore template for Bazel build system
# website: https://bazel.build/
# Ignore all bazel-* symlinks. There is no full list since this can change
# based on the name of the directory bazel is cloned into.
/bazel-*
# Directories for the Bazel IntelliJ plugin containing the generated
# IntelliJ project files and plugin configuration. Seperate directories are
# for the IntelliJ, Android Studio and CLion versions of the plugin.
/.ijwb/
/.aswb/
!/*.idl
res/scripts/node_modules