diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-03-25 13:09:30 +0800 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2013-03-25 13:09:30 +0800 |
commit | b59bfe403e577d3251859da5546e07977bef72ff (patch) | |
tree | 3b7c77b9060de804f010c7d2e9fb531256e22e2b /.gitattributes | |
parent | 4030f7bf64313d529962d2ccb0002c331346d176 (diff) | |
download | 2021-arduino-obd-b59bfe403e577d3251859da5546e07977bef72ff.tar.gz 2021-arduino-obd-b59bfe403e577d3251859da5546e07977bef72ff.tar.bz2 2021-arduino-obd-b59bfe403e577d3251859da5546e07977bef72ff.zip |
remove unneeded files
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 412eeda..0000000 --- a/.gitattributes +++ /dev/null @@ -1,22 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto - -# Custom for Visual Studio -*.cs diff=csharp -*.sln merge=union -*.csproj merge=union -*.vbproj merge=union -*.fsproj merge=union -*.dbproj merge=union - -# Standard to msysgit -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain |