mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg: Add .gitattributes to ignore whitespace errors inside some included patch files.
This commit is contained in:
parent
d3b30417cc
commit
336a450106
6
pkg/libcoap/.gitattributes
vendored
Normal file
6
pkg/libcoap/.gitattributes
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
# Ignore whitespace errors inside these patch files by regarding them as binary.
|
||||
0001-Add-RIOT-Makefile.patch binary
|
||||
0002-Add-config.h.patch binary
|
||||
0003-Remove-two-example-programs-in-root.patch binary
|
||||
0004-Eliminate-some-compiler-warnings-and-errors.patch binary
|
||||
0005-fix-old-style-function-declarations.patch binary
|
3
pkg/micro-ecc/.gitattributes
vendored
Normal file
3
pkg/micro-ecc/.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Ignore whitespace errors inside these patch files by regarding them as binary.
|
||||
0001-Add-RIOT-Makefile.patch binary
|
||||
0002-Include-RIOT-Hardware-RNG-interface.patch binary
|
4
pkg/microcoap/.gitattributes
vendored
Normal file
4
pkg/microcoap/.gitattributes
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# Ignore whitespace errors inside these patch files by regarding them as binary.
|
||||
0001-Remove-unneeded-.c-files.patch binary
|
||||
0002-Add-RIOT-Makefile.patch binary
|
||||
0003-change-flag-from-DEBUG-to-MICROCOAP_DEBUG.patch binary
|
5
pkg/oonf_api/.gitattributes
vendored
Normal file
5
pkg/oonf_api/.gitattributes
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
# Ignore whitespace errors inside these patch files by regarding them as binary.
|
||||
0001-add-RIOT-support.patch binary
|
||||
0002-port-tests-to-riot.patch binary
|
||||
0003-port-example-to-riot.patch binary
|
||||
0004-fix-conflicting-types.patch binary
|
6
pkg/openwsn/.gitattributes
vendored
Normal file
6
pkg/openwsn/.gitattributes
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
# Ignore whitespace errors inside these patch files by regarding them as binary.
|
||||
0001-Add-RIOT-Makefiles.patch binary
|
||||
0002-Add-RIOT-adaption.patch binary
|
||||
0003-Fix-old-style-definitions.patch binary
|
||||
0004-provide-openserial-dummies.patch binary
|
||||
0005-fixes-to-RIOT-adaption.patch binary
|
2
pkg/tlsf/.gitattributes
vendored
Normal file
2
pkg/tlsf/.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Ignore whitespace errors inside these patch files by regarding them as binary.
|
||||
patch.txt binary
|
Loading…
Reference in New Issue
Block a user