forked from Xilinx/PYNQ
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
37 lines (34 loc) · 720 Bytes
/
.gitattributes
File metadata and controls
37 lines (34 loc) · 720 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
33
34
35
36
37
# Per default everything gets normalized and gets LF line endings on checkout.
* text eol=lf
# These will always have CRLF line endings on checkout.
*.vcxproj text eol=crlf
*.props text eol=crlf
*.project text eol=crlf
*.cproject text eol=crlf
*.inf text eol=crlf
# These are binary so should never be modified by git.
*.png binary
*.jpg binary
*.jpe binary
*.jpeg binary
*.JPG binary
*.PNG binary
*.ttf binary
*.eot binary
*.woff binary
*.inv binary
*.dxf binary
*.mp4 binary
*.wav binary -crlf
*.mp3 binary
*.hdf binary
*.bat binary
*.pdm binary
*.doctree binary
*.elf binary -crlf
*.bin binary -crlf
*.bit binary -crlf
*.a binary -crlf
*.bsp binary
# Populate git commit ID into __init__.py
pynq/__init__.py ident