summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 2a27e16e9a2b4b7ad4f4b7f1c8fe074f81f7ede4 (plain)
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
# Kythe artifacts
*.kindex
*.ldb
*.log
CURRENT
LOCK
LOG
MANIFEST-*

# Editor files
*~
.#*
\#*#
.DS_Store
.vscode
.clangd
.cache

# Binary files
*.class
*.deb

# Build artifacts
/bazel-*
/doxygen-out
/node_modules

# Symlinks
third_party/libmemcached
third_party/openssl
third_party/ossp-uuid
tools/node

# User bazelrc overrides
/user.bazelrc

# Ignore Rust build artifacts
kythe/rust/**/target
rust-project.json

### Added by Hedron's Bazel Compile Commands Extractor: https://github.com/hedronvision/bazel-compile-commands-extractor
# The external link: Differs on Windows vs macOS/Linux, so we can't check it in. The pattern needs to not have a trailing / because it's a symlink on macOS/Linux.
/external
# Compiled output -> don't check in
/compile_commands.json
# Directory where clangd puts its indexing work
/.cache/