]> git.zndr.dk Git - dotfiles.git/commitdiff
Add usdk-hhkb.exe
authorJannik ZANDER <jzander@grundfos.com>
Wed, 25 May 2016 13:02:13 +0000 (15:02 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Wed, 25 May 2016 13:02:13 +0000 (15:02 +0200)
.config/git/attributes
.local/exe/usdk-hhkb.exe [new file with mode: 0644]

index db952676677ba27cc2f3db82d722dbeeaaec9cd9..b00b9208e1ab0b4f8b51f04451f9d47e04aeb32c 100644 (file)
@@ -1,4 +1,18 @@
+# Default
 *           text=auto
-*.ahk       eol=crlf
-*.vcproj    eol=crlf
-*.reg       -text
+
+# Text files that should be normalized (CRLF => LF)
+*.c         text
+*.h         text
+
+# Text files with fixed EOL=LF
+*.sh        text eol=LF
+
+# Text files with fixed EOL=CRLF$
+*.bat       text eol=CRLF
+*.ahk       text eol=crlf
+*.vcproj    text eol=crlf
+
+# Binary files
+*.reg       binary
+*.exe       binary
diff --git a/.local/exe/usdk-hhkb.exe b/.local/exe/usdk-hhkb.exe
new file mode 100644 (file)
index 0000000..48af1da
Binary files /dev/null and b/.local/exe/usdk-hhkb.exe differ