ignore binary

This commit is contained in:
deneb 2025-02-13 01:05:30 +01:00
parent eeabd07d50
commit 7d043be441
3 changed files with 4 additions and 3 deletions

1
code/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
nixie.elf

View file

@ -1,6 +1,6 @@
compile:
avr-gcc -DF_CPU=8000000 -Iavr-i2c -Iavr-ds3231 -Os -flto -mmcu=atmega48 main.c avr-ds3231/ds3231.c avr-i2c/i2c.c -o nixie
avr-size -A nixie
avr-gcc -DF_CPU=8000000 -Iavr-i2c -Iavr-ds3231 -Os -flto -mmcu=atmega48 main.c avr-ds3231/ds3231.c avr-i2c/i2c.c -o nixie.elf
avr-size -A nixie.elf
flash:
avrdude -p m48 -c usbasp -P usb -B4 -U flash:w:nixie
avrdude -p m48 -c usbasp -P usb -B4 -U flash:w:nixie.elf

Binary file not shown.