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