Add some reasonable git-related defaults

Add "default" .gitattributes and .gitignore as recommended by the GitHub
Desktop application.
This commit is contained in:
William Ferrell
2016-07-22 06:43:38 -04:00
parent eced465e97
commit 8d46065aca
2 changed files with 233 additions and 0 deletions
+17
View File
@@ -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