diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-12-24 17:11:23 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-12-24 17:11:23 +0300 |
commit | 0a92eeb5a64a380571dbe9d07b2be120ed7f18cc (patch) | |
tree | 377345440aa95f7a75174bb1b0fcef616c3435f5 /.gitattributes | |
parent | fix .gitattributes (diff) | |
download | linux-home-0a92eeb5a64a380571dbe9d07b2be120ed7f18cc.tar.gz linux-home-0a92eeb5a64a380571dbe9d07b2be120ed7f18cc.zip |
add backup_gitconfig.sh
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 8334a0a..c3dcd18 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ /%HOME%/**/* text=auto eol=lf + +/*.sh text eol=lf |