1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg: unify git paradigms for packages

This commit is contained in:
Martine Lenders 2015-12-04 01:12:15 +01:00 committed by Martine Lenders
parent 131cae626c
commit 4dc851244d
17 changed files with 10 additions and 43 deletions

13
.gitignore vendored
View File

@ -38,19 +38,6 @@ _sketches.cpp
# local override files
Makefile.local
# downloaded package sources
pkg/ccn-lite/ccn-lite
pkg/cmsis-dsp/cmsis-dsp
pkg/libcoap/libcoap
pkg/libfixmath/libfixmath
pkg/microcoap/microcoap
pkg/micro-ecc/micro-ecc
pkg/oonf_api/oonf_api
pkg/openwsn/openwsn
pkg/relic/relic
pkg/tlsf/tlsf
pkg/wakaama/wakaama
# Vagrant
.vagrant

1
pkg/ccn-lite/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/ccn-lite

1
pkg/cmsis-dsp/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/cmsis-dsp

View File

@ -1,6 +0,0 @@
# 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

View File

@ -1 +1 @@
libcoap
/libcoap

View File

@ -1,3 +0,0 @@
# 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

View File

@ -1 +1 @@
micro-ecc
/micro-ecc

View File

@ -1,4 +0,0 @@
# 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

1
pkg/microcoap/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/microcoap

View File

@ -1,5 +0,0 @@
# 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

View File

@ -1 +1 @@
oonf_api/
/oonf_api

View File

@ -1,6 +0,0 @@
# 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

View File

@ -1 +1 @@
openwsn
/openwsn

1
pkg/relic/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/relic

View File

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

1
pkg/tlsf/.gitignore vendored
View File

@ -1 +1,2 @@
/tlsf-*.zip
/tlsf

1
pkg/wakaama/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/wakaama