summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: ed4e54ec5bcf456519b3cd10785720dc0a09fb34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
target/
/src/*/gen_table
/build/
/tmp/
/busybox/
/.vscode/
/.vs/
/public/
*~
.*.swp
.*.swo
.idea
Cargo.lock
lib*.a
/docs/_build
*.iml
### macOS ###
.DS_Store