瀏覽代碼

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 8 年之前
父節點
當前提交
4fd5ee410c
共有 3 個文件被更改,包括 8 次插入1 次删除
  1. 4 1
      .gitignore
  2. 2 0
      keyboards/minidox/eeprom-lefthand.eep
  3. 2 0
      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

+ 2 - 0
keyboards/minidox/eeprom-lefthand.eep

@@ -0,0 +1,2 @@
+:0B0000000000000000000000000001F4
+:00000001FF

+ 2 - 0
keyboards/minidox/eeprom-righthand.eep

@@ -0,0 +1,2 @@
+:0B0000000000000000000000000000F5
+:00000001FF