You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MMDVM_HS/.gitignore

31 lines
196 B

#
# .gitignore
#
## BACKUP & TEMPORARY FILES ##
*~
*.bak
*.tmp
*.swp
## BUILD ARTIFACTS ##
*.o
*.elf
*.hex
*.bin
*.map
*.lst
bin/
obj_f1/
obj_f4/
obj_f7/
GitVersion\.h
## IDEs ##
.vscode/

Powered by TurnKey Linux.