forked from aswathselvam/swarm_robots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
22 lines (20 loc) · 839 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# GIT files
.gitattributes text eol=lf
.gitignore text eol=lf
# Vendored
LICENSE*.* linguist-vendored
# File types (text/binary, EOL, language, documentation)
*.c text eol=crlf linguist-language=C
*.cpp text eol=crlf linguist-language=C++
*.docx binary linguist-documentation linguist-generated=false
*.h text eol=crlf linguist-language=C++
*.hpp text eol=crlf linguist-language=C++
*.html text eol=crlf linguist-documentation linguist-generated=false
*.tex text eol=crlf linguist-documentation linguist-generated=false
latex export-ignore
vendor export-ignore
*.md text eol=crlf linguist-language=Markdown linguist-documentation linguist-generated=false
*.pdf binary linguist-documentation
*.png binary
*.txt text eol=crlf linguist-language=Text linguist-documentation linguist-generated=false
*.xml text eol=crlf linguist-language=XML