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:
parent
131cae626c
commit
4dc851244d
13
.gitignore
vendored
13
.gitignore
vendored
@ -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
1
pkg/ccn-lite/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/ccn-lite
|
1
pkg/cmsis-dsp/.gitignore
vendored
Normal file
1
pkg/cmsis-dsp/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/cmsis-dsp
|
6
pkg/libcoap/.gitattributes
vendored
6
pkg/libcoap/.gitattributes
vendored
@ -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
|
2
pkg/libcoap/.gitignore
vendored
2
pkg/libcoap/.gitignore
vendored
@ -1 +1 @@
|
||||
libcoap
|
||||
/libcoap
|
||||
|
3
pkg/micro-ecc/.gitattributes
vendored
3
pkg/micro-ecc/.gitattributes
vendored
@ -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
|
2
pkg/micro-ecc/.gitignore
vendored
2
pkg/micro-ecc/.gitignore
vendored
@ -1 +1 @@
|
||||
micro-ecc
|
||||
/micro-ecc
|
||||
|
4
pkg/microcoap/.gitattributes
vendored
4
pkg/microcoap/.gitattributes
vendored
@ -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
1
pkg/microcoap/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/microcoap
|
5
pkg/oonf_api/.gitattributes
vendored
5
pkg/oonf_api/.gitattributes
vendored
@ -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
|
2
pkg/oonf_api/.gitignore
vendored
2
pkg/oonf_api/.gitignore
vendored
@ -1 +1 @@
|
||||
oonf_api/
|
||||
/oonf_api
|
||||
|
6
pkg/openwsn/.gitattributes
vendored
6
pkg/openwsn/.gitattributes
vendored
@ -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
|
2
pkg/openwsn/.gitignore
vendored
2
pkg/openwsn/.gitignore
vendored
@ -1 +1 @@
|
||||
openwsn
|
||||
/openwsn
|
||||
|
1
pkg/relic/.gitignore
vendored
Normal file
1
pkg/relic/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/relic
|
2
pkg/tlsf/.gitattributes
vendored
2
pkg/tlsf/.gitattributes
vendored
@ -1,2 +0,0 @@
|
||||
# Ignore whitespace errors inside these patch files by regarding them as binary.
|
||||
patch.txt binary
|
1
pkg/tlsf/.gitignore
vendored
1
pkg/tlsf/.gitignore
vendored
@ -1 +1,2 @@
|
||||
/tlsf-*.zip
|
||||
/tlsf
|
||||
|
1
pkg/wakaama/.gitignore
vendored
Normal file
1
pkg/wakaama/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/wakaama
|
Loading…
Reference in New Issue
Block a user