diff options
| author | Raul Alimbekov <[email protected]> | 2025-12-16 09:05:22 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-16 09:05:22 +0300 |
| commit | c9a04b4b732b7a3b696eb8223664c1a7942b1875 (patch) | |
| tree | 6dbe5c02e66eed8d8762f13f95afd24f8db2b38c /embassy-mcxa/.gitignore | |
| parent | cde24a3ef1117653ba5ed4184102b33f745782fb (diff) | |
| parent | 5ae6e060ec1c90561719aabdc29d5b6e7b8b0a82 (diff) | |
Merge branch 'main' into main
Diffstat (limited to 'embassy-mcxa/.gitignore')
| -rw-r--r-- | embassy-mcxa/.gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/embassy-mcxa/.gitignore b/embassy-mcxa/.gitignore new file mode 100644 index 000000000..d128a49cb --- /dev/null +++ b/embassy-mcxa/.gitignore | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | # Rust | ||
| 2 | /target/ | ||
| 3 | |||
| 4 | # IDE | ||
| 5 | .vscode/ | ||
| 6 | .idea/ | ||
| 7 | |||
| 8 | # OS | ||
| 9 | .DS_Store | ||
| 10 | Thumbs.db | ||
| 11 | |||
| 12 | # Embedded | ||
| 13 | *.bin | ||
| 14 | *.hex | ||
| 15 | *.elf | ||
| 16 | *.map | ||
| 17 | |||
| 18 | # Debug | ||
| 19 | *.log | ||
