summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 057f4717e3b89dc48c1d3bee5b572eaefc804c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
buildtools
out
third_party/
target/
Cargo.lock
tags
cscope.out
cscope.files
*.sw?
compile_commands.json
.cache/
.vscode/
*.profraw
*.iml
**/.idea
**/__pycache__/
*.py[cod]
**/._*