The new file demo/output/.gitignore ignores all input video, intermediate results and final output of demo program, which is unnecessary to track and not conform to the file tracking regulation in git.
The new file demo/output/clean.sh let developer clean all intermediate results and final outputs using one single command ./clean.sh after executing chmod +x clean.sh on Linux.
The new file
demo/output/.gitignore
ignores all input video, intermediate results and final output of demo program, which is unnecessary to track and not conform to the file tracking regulation in git.The new file
demo/output/clean.sh
let developer clean all intermediate results and final outputs using one single command./clean.sh
after executingchmod +x clean.sh
on Linux.