-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitignore
45 lines (39 loc) · 1.04 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
# Ignore backup files.
*~
# Ignore Vim swap files.
.*.sw*
# Ignore bazel directories.
/bazel-*
# Ignore Vim swap files.
.*.sw*
# Ignore IntelliJ files.
.ijwb
# Ignore downloaded integration test data.
tests/integ/testdata/clang*
tests/integ/testdata/javac
tests/integ/testdata/java
tests/integ/testdata/macsysroot
tests/integ/testdata/sysroot
tests/integ/clang.tar
tests/integ/testdata/chromium/src/third_party
tests/integ/testdata/chromium/src/build
tests/integ/testdata/chromium/zip
tests/integ/testdata/chromium/RE_CLIENT_CHROMIUM_DIR
# Ignore integration test artifacts
*.o
*.so
*.d
*.deps
.vscode
# MacOS, ignore the .DS_Store files it puts everywhere
.DS_Store
# Directory in which bigquery schema is generated by scripts/gen_reproxy_log_bigquery_schema.sh
reproxy_log_bigquery_schema
# Ignore codelab outputs
codelabs/**/out.txt
# Ignore Android Prebuilts
configs/linux_android1404/cc/android_prebuilts
# This file is currently not stable as per https://github.com/bazelbuild/bazel/issues/20369
MODULE.bazel.lock
# User specific bazelrc
user.bazelrc