Clone svn:ignore directory atributed to .gitignore files
This commit is contained in:
parent
f676b3b717
commit
470a04b8f9
.gitignore
builtin
examples
adc
buttons
can
cdcacm
composite
cxxtest
dhcpd
discover
elf
ftpc
ftpd
hello
helloxx
hidkbd
igmp
json
keypadtest
lcdrw
mm
modbus
mount
nettest
nsh
null
nx
nxconsole
nxffs
nxflat
nxhello
nximage
nxlines
nxtext
ostest
pashello
pipe
poll
posix_spawn
pwm
qencoder
relays
rgmp
romfs
sendmail
serloop
telnetd
thttpd
tiff
touchscreen
udp
uip
usbserial
usbstorage
usbterm
watchdog
wget
wgetjson
xmlrpc
graphics
include
interpreters
modbus
netutils
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
external
|
||||||
|
.context
|
||||||
|
.config
|
||||||
|
.depend
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
|
||||||
|
|
11
builtin/.gitignore
vendored
11
builtin/.gitignore
vendored
@ -1,3 +1,14 @@
|
|||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
Make.dep
|
||||||
builtin_list.h
|
builtin_list.h
|
||||||
builtin_proto.h
|
builtin_proto.h
|
||||||
|
*.src
|
||||||
|
*.obj
|
||||||
|
*.lst
|
||||||
|
*.asm
|
||||||
|
*.sym
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
4
builtin/registry/.gitignore
vendored
4
builtin/registry/.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
*.bdat
|
.updated
|
||||||
*.pdat
|
*.pdat
|
||||||
|
*.bdat
|
||||||
|
|
||||||
|
|
||||||
|
14
examples/adc/.gitignore
vendored
Normal file
14
examples/adc/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
14
examples/buttons/.gitignore
vendored
Normal file
14
examples/buttons/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
15
examples/can/.gitignore
vendored
Normal file
15
examples/can/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
14
examples/cdcacm/.gitignore
vendored
Normal file
14
examples/cdcacm/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
14
examples/composite/.gitignore
vendored
Normal file
14
examples/composite/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
14
examples/cxxtest/.gitignore
vendored
Normal file
14
examples/cxxtest/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
13
examples/dhcpd/.gitignore
vendored
Normal file
13
examples/dhcpd/.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.o1
|
||||||
|
*.src
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
|
14
examples/discover/.gitignore
vendored
Normal file
14
examples/discover/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
5
examples/elf/.gitignore
vendored
Normal file
5
examples/elf/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
|
||||||
|
|
10
examples/elf/tests/.gitignore
vendored
Normal file
10
examples/elf/tests/.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
romfs
|
||||||
|
romfs.h
|
||||||
|
romfs.img
|
||||||
|
dirlist.h
|
||||||
|
symtab.c
|
||||||
|
varlist.tmp
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
2
examples/elf/tests/errno/.gitignore
vendored
Normal file
2
examples/elf/tests/errno/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
errno
|
||||||
|
|
2
examples/elf/tests/hello/.gitignore
vendored
Normal file
2
examples/elf/tests/hello/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
hello
|
||||||
|
|
6
examples/elf/tests/helloxx/.gitignore
vendored
Normal file
6
examples/elf/tests/helloxx/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
hello++1
|
||||||
|
hello++2
|
||||||
|
hello++3
|
||||||
|
hello++4
|
||||||
|
|
||||||
|
|
2
examples/elf/tests/longjmp/.gitignore
vendored
Normal file
2
examples/elf/tests/longjmp/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
longjmp
|
||||||
|
|
2
examples/elf/tests/mutex/.gitignore
vendored
Normal file
2
examples/elf/tests/mutex/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
mutex
|
||||||
|
|
2
examples/elf/tests/pthread/.gitignore
vendored
Normal file
2
examples/elf/tests/pthread/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
pthread
|
||||||
|
|
2
examples/elf/tests/signal/.gitignore
vendored
Normal file
2
examples/elf/tests/signal/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
signal
|
||||||
|
|
2
examples/elf/tests/struct/.gitignore
vendored
Normal file
2
examples/elf/tests/struct/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
struct
|
||||||
|
|
2
examples/elf/tests/task/.gitignore
vendored
Normal file
2
examples/elf/tests/task/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
task
|
||||||
|
|
14
examples/ftpc/.gitignore
vendored
Normal file
14
examples/ftpc/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
.context
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
16
examples/ftpd/.gitignore
vendored
Normal file
16
examples/ftpd/.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
13
examples/hello/.gitignore
vendored
Normal file
13
examples/hello/.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
17
examples/helloxx/.gitignore
vendored
Normal file
17
examples/helloxx/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
15
examples/hidkbd/.gitignore
vendored
Normal file
15
examples/hidkbd/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
12
examples/igmp/.gitignore
vendored
Normal file
12
examples/igmp/.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
host
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
15
examples/json/.gitignore
vendored
Normal file
15
examples/json/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
17
examples/keypadtest/.gitignore
vendored
Normal file
17
examples/keypadtest/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
15
examples/lcdrw/.gitignore
vendored
Normal file
15
examples/lcdrw/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
11
examples/mm/.gitignore
vendored
Normal file
11
examples/mm/.gitignore
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
|
14
examples/modbus/.gitignore
vendored
Normal file
14
examples/modbus/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
10
examples/mount/.gitignore
vendored
Normal file
10
examples/mount/.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
|
17
examples/nettest/.gitignore
vendored
Normal file
17
examples/nettest/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
host
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
*.exe
|
||||||
|
*.hobj
|
||||||
|
|
||||||
|
|
||||||
|
|
15
examples/nsh/.gitignore
vendored
Normal file
15
examples/nsh/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
15
examples/null/.gitignore
vendored
Normal file
15
examples/null/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
14
examples/nx/.gitignore
vendored
Normal file
14
examples/nx/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
14
examples/nxconsole/.gitignore
vendored
Normal file
14
examples/nxconsole/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
13
examples/nxffs/.gitignore
vendored
Normal file
13
examples/nxffs/.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
3
examples/nxflat/.gitignore
vendored
Normal file
3
examples/nxflat/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
|
6
examples/nxflat/tests/.gitignore
vendored
Normal file
6
examples/nxflat/tests/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
romfs
|
||||||
|
romfs.h
|
||||||
|
romfs.img
|
||||||
|
dirlist.h
|
||||||
|
symtab.h
|
||||||
|
|
5
examples/nxflat/tests/errno/.gitignore
vendored
Normal file
5
examples/nxflat/tests/errno/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
errno
|
||||||
|
*.r1
|
||||||
|
*.r2
|
||||||
|
*-thunk.S
|
||||||
|
|
8
examples/nxflat/tests/hello++/.gitignore
vendored
Normal file
8
examples/nxflat/tests/hello++/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
hello++1
|
||||||
|
hello++2
|
||||||
|
hello++3
|
||||||
|
hello++4
|
||||||
|
*.r1
|
||||||
|
*.r2
|
||||||
|
*-thunk.S
|
||||||
|
|
5
examples/nxflat/tests/hello/.gitignore
vendored
Normal file
5
examples/nxflat/tests/hello/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
hello
|
||||||
|
*.r1
|
||||||
|
*.r2
|
||||||
|
*-thunk.S
|
||||||
|
|
5
examples/nxflat/tests/longjmp/.gitignore
vendored
Normal file
5
examples/nxflat/tests/longjmp/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
longjmp
|
||||||
|
*.r1
|
||||||
|
*.r2
|
||||||
|
*-thunk.S
|
||||||
|
|
5
examples/nxflat/tests/mutex/.gitignore
vendored
Normal file
5
examples/nxflat/tests/mutex/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
mutex
|
||||||
|
*.r1
|
||||||
|
*.r2
|
||||||
|
*-thunk.S
|
||||||
|
|
5
examples/nxflat/tests/pthread/.gitignore
vendored
Normal file
5
examples/nxflat/tests/pthread/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
pthread
|
||||||
|
*.r1
|
||||||
|
*.r2
|
||||||
|
*-thunk.S
|
||||||
|
|
5
examples/nxflat/tests/signal/.gitignore
vendored
Normal file
5
examples/nxflat/tests/signal/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
signal
|
||||||
|
*.r1
|
||||||
|
*.r2
|
||||||
|
*-thunk.S
|
||||||
|
|
5
examples/nxflat/tests/struct/.gitignore
vendored
Normal file
5
examples/nxflat/tests/struct/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
struct
|
||||||
|
*.r1
|
||||||
|
*.r2
|
||||||
|
*-thunk.S
|
||||||
|
|
5
examples/nxflat/tests/task/.gitignore
vendored
Normal file
5
examples/nxflat/tests/task/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
task
|
||||||
|
*.r1
|
||||||
|
*.r2
|
||||||
|
*-thunk.S
|
||||||
|
|
17
examples/nxhello/.gitignore
vendored
Normal file
17
examples/nxhello/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
15
examples/nximage/.gitignore
vendored
Normal file
15
examples/nximage/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
18
examples/nxlines/.gitignore
vendored
Normal file
18
examples/nxlines/.gitignore
vendored
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
16
examples/nxtext/.gitignore
vendored
Normal file
16
examples/nxtext/.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
15
examples/ostest/.gitignore
vendored
Normal file
15
examples/ostest/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
14
examples/pashello/.gitignore
vendored
Normal file
14
examples/pashello/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.o
|
||||||
|
*.o1
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.err
|
||||||
|
|
11
examples/pipe/.gitignore
vendored
Normal file
11
examples/pipe/.gitignore
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
17
examples/poll/.gitignore
vendored
Normal file
17
examples/poll/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
host
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
*.exe
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
6
examples/posix_spawn/.gitignore
vendored
Normal file
6
examples/posix_spawn/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
|
||||||
|
|
||||||
|
|
9
examples/posix_spawn/filesystem/.gitignore
vendored
Normal file
9
examples/posix_spawn/filesystem/.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
romfs
|
||||||
|
romfs.h
|
||||||
|
romfs.img
|
||||||
|
symtab.c
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
5
examples/posix_spawn/filesystem/hello/.gitignore
vendored
Normal file
5
examples/posix_spawn/filesystem/hello/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
hello
|
||||||
|
*.exe
|
||||||
|
|
||||||
|
|
||||||
|
|
5
examples/posix_spawn/filesystem/redirect/.gitignore
vendored
Normal file
5
examples/posix_spawn/filesystem/redirect/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
redirect
|
||||||
|
*.exe
|
||||||
|
|
||||||
|
|
||||||
|
|
14
examples/pwm/.gitignore
vendored
Normal file
14
examples/pwm/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
15
examples/qencoder/.gitignore
vendored
Normal file
15
examples/qencoder/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
5
examples/relays/.gitignore
vendored
Normal file
5
examples/relays/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
|
||||||
|
|
17
examples/rgmp/.gitignore
vendored
Normal file
17
examples/rgmp/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
13
examples/romfs/.gitignore
vendored
Normal file
13
examples/romfs/.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
testdir
|
||||||
|
testdir.img
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
14
examples/sendmail/.gitignore
vendored
Normal file
14
examples/sendmail/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
net
|
||||||
|
nuttx
|
||||||
|
*.swp
|
||||||
|
*.o1
|
||||||
|
*.src
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
|
11
examples/serloop/.gitignore
vendored
Normal file
11
examples/serloop/.gitignore
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
15
examples/telnetd/.gitignore
vendored
Normal file
15
examples/telnetd/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
12
examples/thttpd/.gitignore
vendored
Normal file
12
examples/thttpd/.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.src
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
|
5
examples/thttpd/content/.gitignore
vendored
Normal file
5
examples/thttpd/content/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
romfs
|
||||||
|
romfs.h
|
||||||
|
romfs.img
|
||||||
|
symtab.h
|
||||||
|
|
5
examples/thttpd/content/hello/.gitignore
vendored
Normal file
5
examples/thttpd/content/hello/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
hello
|
||||||
|
*.r1
|
||||||
|
*.r2
|
||||||
|
*-thunk.S
|
||||||
|
|
5
examples/thttpd/content/netstat/.gitignore
vendored
Normal file
5
examples/thttpd/content/netstat/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
netstat
|
||||||
|
*.r1
|
||||||
|
*.r2
|
||||||
|
*-thunk.S
|
||||||
|
|
5
examples/thttpd/content/tasks/.gitignore
vendored
Normal file
5
examples/thttpd/content/tasks/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
tasks
|
||||||
|
*.r1
|
||||||
|
*.r2
|
||||||
|
*-thunk.S
|
||||||
|
|
16
examples/tiff/.gitignore
vendored
Normal file
16
examples/tiff/.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
14
examples/touchscreen/.gitignore
vendored
Normal file
14
examples/touchscreen/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
12
examples/udp/.gitignore
vendored
Normal file
12
examples/udp/.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
host
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.exe
|
||||||
|
|
15
examples/uip/.gitignore
vendored
Normal file
15
examples/uip/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.src
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
httpd_fsdata.c
|
||||||
|
|
||||||
|
|
17
examples/uip/httpd-fs/.gitignore
vendored
Normal file
17
examples/uip/httpd-fs/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
15
examples/usbserial/.gitignore
vendored
Normal file
15
examples/usbserial/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
13
examples/usbstorage/.gitignore
vendored
Normal file
13
examples/usbstorage/.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
17
examples/usbterm/.gitignore
vendored
Normal file
17
examples/usbterm/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
15
examples/watchdog/.gitignore
vendored
Normal file
15
examples/watchdog/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
14
examples/wget/.gitignore
vendored
Normal file
14
examples/wget/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
net
|
||||||
|
nuttx
|
||||||
|
*.swp
|
||||||
|
*.o1
|
||||||
|
*.src
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
|
14
examples/wgetjson/.gitignore
vendored
Normal file
14
examples/wgetjson/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
.context
|
||||||
|
*.swp
|
||||||
|
*.src
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
|
17
examples/wgetjson/webserver/.gitignore
vendored
Normal file
17
examples/wgetjson/webserver/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
17
examples/wgetjson/webserver/wgetjson/.gitignore
vendored
Normal file
17
examples/wgetjson/webserver/wgetjson/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
14
examples/xmlrpc/.gitignore
vendored
Normal file
14
examples/xmlrpc/.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Make.dep
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.obj
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
16
graphics/screenshot/.gitignore
vendored
Normal file
16
graphics/screenshot/.gitignore
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
*.obj
|
||||||
|
|
||||||
|
|
||||||
|
|
15
graphics/tiff/.gitignore
vendored
Normal file
15
graphics/tiff/.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Make.dep
|
||||||
|
.context
|
||||||
|
.depend
|
||||||
|
.built
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
||||||
|
|
||||||
|
|
2
include/.gitignore
vendored
Normal file
2
include/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
pcode
|
||||||
|
|
2
interpreters/.gitignore
vendored
Normal file
2
interpreters/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
pcode
|
||||||
|
|
8
interpreters/ficl/.gitignore
vendored
Normal file
8
interpreters/ficl/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
.built
|
||||||
|
.depend
|
||||||
|
Make.dep
|
||||||
|
Make.srcs
|
||||||
|
ficl-*
|
||||||
|
|
||||||
|
|
||||||
|
|
10
modbus/.gitignore
vendored
Normal file
10
modbus/.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
.built
|
||||||
|
.depend
|
||||||
|
Make.dep
|
||||||
|
*.src
|
||||||
|
*.obj
|
||||||
|
*.lst
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
17
netutils/.gitignore
vendored
Normal file
17
netutils/.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Make.dep
|
||||||
|
Make.str
|
||||||
|
.depend
|
||||||
|
.strings
|
||||||
|
http_*.c
|
||||||
|
smtp_*.c
|
||||||
|
netutil-strings.h
|
||||||
|
makestrings
|
||||||
|
*.swp
|
||||||
|
*.asm
|
||||||
|
*.rel
|
||||||
|
*.lst
|
||||||
|
*.sym
|
||||||
|
*.adb
|
||||||
|
*.lib
|
||||||
|
*.src
|
||||||
|
|
5
netutils/codecs/.gitignore
vendored
Normal file
5
netutils/codecs/.gitignore
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
.built
|
||||||
|
.depend
|
||||||
|
Make.dep
|
||||||
|
|
||||||
|
|
8
netutils/dhcpc/.gitignore
vendored
Normal file
8
netutils/dhcpc/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
.built
|
||||||
|
.depend
|
||||||
|
Make.dep
|
||||||
|
*.src
|
||||||
|
*.obj
|
||||||
|
*.lst
|
||||||
|
|
||||||
|
|
8
netutils/dhcpd/.gitignore
vendored
Normal file
8
netutils/dhcpd/.gitignore
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
.built
|
||||||
|
.depend
|
||||||
|
Make.dep
|
||||||
|
*.src
|
||||||
|
*.obj
|
||||||
|
*.lst
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user