Merge pull request #61 from philburk/docansi
[pforth] / .gitattributes
CommitLineData
c883f848
PB
1# Set the default behavior, in case people don't have core.autocrlf set.
2* text=auto
3
4# Explicitly declare text files you want to always be normalized and converted
5# to native line endings on checkout.
6*.c text
7*.h text
8*.cpp text
9*.hpp text
10*.fth text
11*.f text
12*.txt text
13*.m text
14
15# Declare files that will always have CRLF line endings on checkout.
16*.sln text eol=crlf
17*.dsp text eol=crlf
18*.dsw text eol=crlf
19*.vcproj text eol=crlf
20*.sln text eol=crlf
21*.sln text eol=crlf
22*.doc text eol=crlf
23*.bat text eol=crlf
24
25# Denote all files that are truly binary and should not be modified.
26*.dic binary
27*.odt binary
28*.pdf binary
29*.png binary
30*.jpg binary
31*.wav binary