Explorar o código

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.

That-Canadian %!s(int64=7) %!d(string=hai) anos
pai
achega
15822a8e44
Modificáronse 3 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      .gitignore
  2. BIN=BIN
      keyboards/minidox/eeprom-lefthand.eep
  3. BIN=BIN
      keyboards/minidox/eeprom-righthand.eep

+ 4 - 1
.gitignore

@@ -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

BIN=BIN
keyboards/minidox/eeprom-lefthand.eep


BIN=BIN
keyboards/minidox/eeprom-righthand.eep