forked from nasa/trick
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
27 lines (23 loc) · 814 Bytes
/
Copy path.gitattributes
File metadata and controls
27 lines (23 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Normalize line endings to LF in the repo; check out as LF on all platforms
* text=auto eol=lf
# Windows batch files require CRLF to work correctly with cmd.exe
*.bat text eol=crlf
# Binary files — suppress line-ending conversion and text diffs
# Office/presentation formats are excluded from git archive exports
*.png binary
*.gif binary
*.jpg binary
*.pdf binary export-ignore
*.ppt binary export-ignore
*.pptx binary export-ignore
*.doc binary export-ignore
# Exclude from git archive exports
.gitattributes export-ignore
.gitignore export-ignore
.github/** export-ignore
libexec/trick/make_changelog export-ignore
trick_source/data_products/DPX/test/** export-ignore
share/doc/trick/users_guide.html export-ignore
# GitHub Linguist
configure linguist-generated=true
*.dr linguist-language=Python