• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Set the default behavior, in case people don't have core.autocrlf set.
2* text=auto
3
4# Declare files that will always have CRLF line endings on checkout.
5*.ac text eol=lf
6*.am text eol=lf
7*.m4 text eol=lf
8*.pc text eol=lf
9*.spec text eol=lf
10*.sh text eol=lf
11
12# Explicitly declare text files you want to always be normalized and converted
13# to native line endings on checkout.
14*.c text
15*.h text
16
17# exclude repository configurations from 'git archive'
18.git*      	export-ignore
19.travis.yml	export-ignore
20