diff options
author | Wuzzy <almikes@aol.com> | 2015-02-27 07:25:34 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2015-02-27 07:25:34 +0100 |
commit | 867d1586455b333d6c76701e29c9bf14efa092eb (patch) | |
tree | a6f499ff137f4227713ceeae6d285742916836e5 /.gitattributes | |
parent | 46965d9afef86eb60a5e97e56021c79fd75a3df6 (diff) |
Remove .gitattributes and .gitignore
Those files were far too generic and don't belong into a repo
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 |