Skip to content

Commit

Permalink
all file extensions covered explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
thorade committed Dec 9, 2014
1 parent 4f0c309 commit 1afaa4f
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# 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 native line endings on checkout.
# Explicitly declare all file extensions to be text or binary
*.csv text
*.m text
*.md text
*.mo text
*.mos text
*.mos text
*.order text
*.pdf binary
*.rfp text
*.svg text
*.tex text
*.txt text

# Explicitly declare Modelica code files
# see https://github.com/github/linguist#overrides
# Explicitly declare languages, see https://github.com/github/linguist#overrides
*.m linguist-language=Matlab
*.mo linguist-language=Modelica
*.mos linguist-language=Modelica
*.order linguist-language=Modelica
*.tex linguist-language=TeX

0 comments on commit 1afaa4f

Please sign in to comment.