forked from refnx/refnx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (29 loc) · 759 Bytes
/
.gitattributes
File metadata and controls
32 lines (29 loc) · 759 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
28
29
30
31
32
# Auto detect text files and perform LF normalization
*.py text=auto eol=lf
*.pyx text=auto eol=lf
*.cpp text=auto eol=lf
*.h text=auto eol=lf
*.rst text=auto eol=lf
*.txt text=auto eol=lf
*.yml text=auto eol=lf
*.md text=auto eol=lf
# Force git to look at some files as binary
*.png binary
*.pdf binary
*.hdf binary
web/** export-ignore
tools/app/** export-ignore
tools/slim/** export-ignore
benchmarks/** export-ignore
doc/** export-ignore
.github/** export-ignore
paper/** export-ignore
readthedocs.yml export-ignore
.pre-commit-config.yaml export-ignore
.requirements.txt export-ignore
testimonials.bib export-ignore
tox.ini export-ignore
experimental/** export-ignore
examples/** export-ignore
release_notes.txt export-ignore
.gitignore export-ignore