2017-03-24 15:57:10 -07:00
|
|
|
#
|
|
|
|
# see https://help.github.com/articles/dealing-with-line-endings/
|
|
|
|
#
|
|
|
|
|
|
|
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted
|
|
|
|
# to Unix line endings on checkout.
|
|
|
|
*.c text eol=lf
|
|
|
|
*.cpp text eol=lf
|
|
|
|
*.h text eol=lf
|
|
|
|
*.xml text eol=lf
|
|
|
|
*.mk text eol=lf
|
|
|
|
*.java text eol=lf
|
|
|
|
*.bat text eol=lf
|
2020-06-16 09:52:29 -07:00
|
|
|
*.sh text eol=lf
|
2017-03-30 12:05:49 -07:00
|
|
|
*.iml text eol=lf
|
|
|
|
*.txt text eol=lf
|
2021-05-24 05:22:08 -07:00
|
|
|
*.yaml text eol=lf
|
2017-04-08 05:39:36 -07:00
|
|
|
*.ini text eol=lf
|
2021-03-05 17:32:53 -08:00
|
|
|
*.input text eol=lf
|
2020-08-15 09:37:13 -07:00
|
|
|
*.rules text eol=lf
|
2017-03-24 15:57:10 -07:00
|
|
|
|
2017-03-31 10:45:26 -07:00
|
|
|
# KiCad files
|
|
|
|
*.dsn text eol=lf
|
|
|
|
*.kicad_pcb text eol=lf
|
|
|
|
*.net text eol=lf
|
|
|
|
*.pro text eol=lf
|
|
|
|
*.sch text eol=lf
|
|
|
|
|
2017-03-24 15:57:10 -07:00
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
|
|
*.png binary
|
|
|
|
*.jpg binary
|
|
|
|
|