eeprom-programmer/.gitignore
2021-04-03 17:40:17 +02:00

23 lines
170 B
Text

# IDE / editor files
.idea/
.vscode/
.*.swp
# General
/tmp
# C code
*.o
*.obj
*.elf
*.hex
*.gch
*.pch
# Python
__pycache__
*.py[cod]
/venv
# Firmware
/firmware/build