mirror of
https://github.com/WeActStudio/ArduinoCore-AT32F4.git
synced 2026-05-21 09:22:01 +00:00
37 lines
374 B
Plaintext
37 lines
374 B
Plaintext
# Specific
|
|
astyle.out
|
|
boards.local.txt
|
|
platform.local.txt
|
|
path_config.json
|
|
update_config.json
|
|
variant_config.json
|
|
|
|
# Backup
|
|
*.bak
|
|
*.gho
|
|
*.ori
|
|
*.swp
|
|
*.tmp
|
|
|
|
# macOS
|
|
# General
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Patch
|
|
*.orig
|
|
*.rej
|
|
|
|
# Python
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# VisualStudioCode
|
|
.vscode/*
|
|
*.code-workspace
|
|
|
|
Unsupport/*
|