aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa/.gitignore
blob: d128a49cb605f3e68ecb63832c36b2bf46177881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Rust
/target/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Embedded
*.bin
*.hex
*.elf
*.map

# Debug
*.log