CreatBotCrowsnest/.gitignore
Stephan Wendel 4444ea58fd
refactor: refactor install chain
Includes:

* refactor of install.sh, splitting it to libs
* fix of custompios module according to install changes
* added test script to verify install
* refactor of `make config` script

    Signed-off-by: Stephan Wendel <me@stephanwe.de>

Signed-off-by: Stephan Wendel <me@stephanwe.de>
2023-04-10 15:11:19 +02:00

33 lines
593 B
Plaintext

#### webcamd - A webcam Service for multiple Cams and Stream Services.
####
#### Written by Stephan Wendel aka KwadFan <me@stephanwe.de>
#### Copyright 2021
#### https://github.com/mainsail-crew/crowsnest
####
#### This File is distributed under GPLv3
####
#Ignore ERRORS.txt
ERRORS.txt
# Ignore leftover
leftover*
# tmp file workaround
lost*
# ignore bin paths
bin/ustreamer
bin/camera-streamer
# Ignore rtsp-simple-server binary
bin/rtsp-simple-server/rtsp*
bin/rtsp-simple-server/*.yml
# Ignore Config for Intsaller
tools/config.local
tools/.config
# Ignore pkglist
tools/pkglist.sh