summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorThat-Canadian <poole.chris.11@gmail.com>2017-08-07 07:55:33 -0400
committerThat-Canadian <poole.chris.11@gmail.com>2017-08-07 07:55:33 -0400
commit15822a8e44a4d3d02ae5d5e9deedd27ffc2c6709 (patch)
tree09811a24d5a2c0eb796c92e26e452ced37c83e9a /.gitignore
parentaa67e3cedbcb09ad1afca9130568149c7db073ea (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e40308193c..da6579504d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,4 +41,7 @@ util/Win_Check_Output.txt
# ignore image files
*.png
*.jpg
-*.gif \ No newline at end of file
+*.gif
+
+# Do not ignore MiniDox left/right hand eeprom files
+!keyboards/minidox/*.eep \ No newline at end of file