forked from Xilinx/PYNQ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
39 lines (36 loc) · 828 Bytes
/
.gitattributes
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
38
39
# 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 blob ID into __init__.py
# This ID will always be tied to a specific release tag
# since the file will be modified to edit the version
pynq/__init__.py ident