aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 08edefd772e633045bd0c31790aeafdd7b177e53 (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
# A file specifying filepatterns for git to ignore.

# vim
*.swp

# bazel
/bazel-*
/bzlmod/hello_world/bazel-*
/examples/bazel-*
/examples/cargo_manifest_dir/external_crate/bazel-*
/examples/crate_universe/bazel-*
/examples/crate_universe/*/bazel-*
/test/cc_common_link/bazel-*
/test/cc_common_link/with_global_alloc/bazel-*
/test/no_std/bazel-*
/docs/bazel-*
user.bazelrc
MODULE.bazel.lock

# rustfmt
*.rs.bk

# Cargo
**/target/

# npm
**/node_modules/

# vscode
.vscode
*.code-workspace

# BazelCI
bazelci.py

# rust-analyzer
rust-project.json