diff options
| author | Michael <[email protected]> | 2017-03-20 16:33:16 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-20 16:33:16 -0400 |
| commit | d9f475e1f33bbf39ca0d79d7a6b0c2fd501b4f2d (patch) | |
| tree | 4047ebe698c273f2673f7454a4a224f7ab6e74fe /.gitattributes | |
| download | project-unite-d9f475e1f33bbf39ca0d79d7a6b0c2fd501b4f2d.tar.gz project-unite-d9f475e1f33bbf39ca0d79d7a6b0c2fd501b4f2d.tar.bz2 project-unite-d9f475e1f33bbf39ca0d79d7a6b0c2fd501b4f2d.zip | |
:neckbeard: Added .gitattributes & .gitignore files
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bdb0cab --- /dev/null +++ b/.gitattributes @@ -0,0 +1,17 @@ +# Auto detect text files and perform LF normalization +* text=auto + +# Custom for Visual Studio +*.cs diff=csharp + +# 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 |
