FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
circuitpython/.gitattributes at master · ProGamerCode/circuitpython · GitHub
ProGamerCode
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
circuitpython
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (25 loc) · 737 Bytes
Breadcrumbs
circuitpython
/
.gitattributes
Copy path
File metadata and controls
28 lines (25 loc) · 737 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
#
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
*
.bat
text
eol
=
crlf
#
These are binary so should never be modified by git.
*
.png
binary
*
.jpg
binary
*
.dxf
binary
*
.mpy
binary
*
.deb
binary
*
.zip
binary
*
.pdf
binary
#
These should also not be modified by git.
tests
/
basics
/
string_cr_conversion.py
-
text
tests
/
basics
/
string_crlf_conversion.py
-
text
ports
/
stm32
/
pybcdc.inf_template
-
text
ports
/
stm32
/
usbhost
/
**
-
text
ports
/
cc3200
/
hal
/
aes.c
-
text
ports
/
cc3200
/
hal
/
aes.h
-
text
ports
/
cc3200
/
hal
/
des.c
-
text
ports
/
cc3200
/
hal
/
i2s.c
-
text
ports
/
cc3200
/
hal
/
i2s.h
-
text
ports
/
cc3200
/
version.h
-
text
Back
|
FazBrowse Home
|
New Git URL