Modified gitignore file to allow the left and right hand eeprom files for the MiniDox to be added. They need to be there for proper flashing of the board. They do not change between builds, so no need to re-build them.
This commit is contained in:
parent
aa67e3cedb
commit
15822a8e44
|
@ -41,4 +41,7 @@ util/Win_Check_Output.txt
|
|||
# ignore image files
|
||||
*.png
|
||||
*.jpg
|
||||
*.gif
|
||||
*.gif
|
||||
|
||||
# Do not ignore MiniDox left/right hand eeprom files
|
||||
!keyboards/minidox/*.eep
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue