GadgetFactory / Papilio-Loader

Java and command line apps to load Xilinx Bit files to Papilio FPGA boards.
http://gadgetfactory.net/learn/2013/09/18/howto-papilio-loader-gui-on-linux/
62 stars 34 forks source link

Windows binary files in Git repository #5

Open nqv opened 11 years ago

nqv commented 11 years ago

When i first clone this repo, git diff reports crlf changes to all *.{exe,dll,sys} files. So I think those file should be treated as binary

diff --git a/.gitattributes b/.gitattributes
index 72a6d21..9159b23 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2,4 +2,6 @@
 * text eol=lf

 *.bit binary
-
+*.dll binary
+*.sys binary
+*.exe binary

And there are two folders with only a capital I difference in their name: Installer and installer. Haven't tried in Windows yet but is it case insensitive?