2014-04-03 18:10:04 -04:00
|
|
|
#common settings that generally should always be used with your language specific settings
|
|
|
|
|
|
|
|
# Auto detect text files and perform LF normalization
|
|
|
|
# http://davidlaing.com/2012/09/19/customise-your-gitattributes-to-become-a-git-ninja/
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
#
|
|
|
|
# The above will handle all files NOT found below
|
|
|
|
#
|
|
|
|
|
2014-04-13 06:36:44 -04:00
|
|
|
# Documents
|
2014-04-03 18:10:04 -04:00
|
|
|
*.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
|
2014-05-17 10:43:32 -04:00
|
|
|
|
|
|
|
# Graphics
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
*.jpeg binary
|
|
|
|
*.gif binary
|
|
|
|
*.ico binary
|
|
|
|
*.svg text
|