diff options
author | Itay Grudev <itay@grudev.com> | 2015-02-26 19:01:31 +0000 |
---|---|---|
committer | Itay Grudev <itay@grudev.com> | 2015-02-26 19:01:31 +0000 |
commit | aa95fdb7422d1c5c1c3a688e0a49c73e233f83f8 (patch) | |
tree | 47ecb32c70b64a37e3ac7b428c979e3254840559 /.gitattributes | |
parent | Completly rewritten and simplified source (diff) | |
download | singleapplication-aa95fdb7422d1c5c1c3a688e0a49c73e233f83f8.tar.xz |
Deleted unnecesarry 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 |