1
0
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:
Joakim Gebart 2015-05-09 11:35:15 +02:00
parent d3b30417cc
commit 336a450106
6 changed files with 26 additions and 0 deletions

6
pkg/libcoap/.gitattributes vendored Normal file
View 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
View 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
View 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
View 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
View 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
View File

@ -0,0 +1,2 @@
# Ignore whitespace errors inside these patch files by regarding them as binary.
patch.txt binary