From 336a450106f936ef5d8e25fbafda08347420b697 Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Sat, 9 May 2015 11:35:15 +0200 Subject: [PATCH] pkg: Add .gitattributes to ignore whitespace errors inside some included patch files. --- pkg/libcoap/.gitattributes | 6 ++++++ pkg/micro-ecc/.gitattributes | 3 +++ pkg/microcoap/.gitattributes | 4 ++++ pkg/oonf_api/.gitattributes | 5 +++++ pkg/openwsn/.gitattributes | 6 ++++++ pkg/tlsf/.gitattributes | 2 ++ 6 files changed, 26 insertions(+) create mode 100644 pkg/libcoap/.gitattributes create mode 100644 pkg/micro-ecc/.gitattributes create mode 100644 pkg/microcoap/.gitattributes create mode 100644 pkg/oonf_api/.gitattributes create mode 100644 pkg/openwsn/.gitattributes create mode 100644 pkg/tlsf/.gitattributes diff --git a/pkg/libcoap/.gitattributes b/pkg/libcoap/.gitattributes new file mode 100644 index 000000000..088d50c80 --- /dev/null +++ b/pkg/libcoap/.gitattributes @@ -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 diff --git a/pkg/micro-ecc/.gitattributes b/pkg/micro-ecc/.gitattributes new file mode 100644 index 000000000..48d75058c --- /dev/null +++ b/pkg/micro-ecc/.gitattributes @@ -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 diff --git a/pkg/microcoap/.gitattributes b/pkg/microcoap/.gitattributes new file mode 100644 index 000000000..c4ca7223e --- /dev/null +++ b/pkg/microcoap/.gitattributes @@ -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 diff --git a/pkg/oonf_api/.gitattributes b/pkg/oonf_api/.gitattributes new file mode 100644 index 000000000..bcf2afc06 --- /dev/null +++ b/pkg/oonf_api/.gitattributes @@ -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 diff --git a/pkg/openwsn/.gitattributes b/pkg/openwsn/.gitattributes new file mode 100644 index 000000000..0e8c6e8e8 --- /dev/null +++ b/pkg/openwsn/.gitattributes @@ -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 diff --git a/pkg/tlsf/.gitattributes b/pkg/tlsf/.gitattributes new file mode 100644 index 000000000..8ee56e791 --- /dev/null +++ b/pkg/tlsf/.gitattributes @@ -0,0 +1,2 @@ +# Ignore whitespace errors inside these patch files by regarding them as binary. +patch.txt binary