]> git.zndr.dk Git - dotfiles.git/commitdiff
git attributes added
authorJannik ZANDER <jannik@zndr.dk>
Sat, 1 Feb 2020 08:23:08 +0000 (09:23 +0100)
committerJannik ZANDER <jannik@zndr.dk>
Sat, 1 Feb 2020 08:23:08 +0000 (09:23 +0100)
.config/git/attributes
.config/git/config

index db895c54259d42aab9bb06cdc4364cf238ad6bb3..181613343a5ebebf9dda6d15eb8b9ed0f815698c 100644 (file)
@@ -1,18 +1,21 @@
 # Default
-#*           text=auto
+*           text=auto !eol
 
 # Text files that should be normalized (CRLF => LF)
-#*.c         text
-#*.h         text
+*.c         text
+*.h         text
+*.md        text
+*.txt       text
 
 # Text files with fixed EOL=LF
-#*.sh        text eol=LF
+*.sh        text eol=LF
 
 # Text files with fixed EOL=CRLF$
-#*.bat       text eol=CRLF
-#*.ahk       text eol=crlf
-#*.vcproj    text eol=crlf
+*.bat       text eol=CRLF
+*.ahk       text eol=crlf
+*.vcproj    text eol=crlf
 
 # Binary files
-#*.reg       binary
-#*.exe       binary
+*.jpg       -text
+*.exe       -text 
+*.reg       -text 
index a868be16c84e3f8b2c1319ab165d3fb238f5dbfd..7ad824b1e83e03d80080f50506bee1fba95df935 100644 (file)
@@ -52,6 +52,7 @@
        st = status\r
        ls = ls-files\r
        cl = clone --recurse-submodules -j8\r
+       dt = cloner = clone --recursive
        dt = difftool\r
        mt = mergetool\r
        undo = reset --soft HEAD^ \r