Files
ArduinoCore-AT32F4/.gitignore
2022-07-10 21:37:33 +08:00

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/*