strix

A simple web UI for motion
git clone https://www.brianlane.com/git/strix
Log | Files | Refs | LICENSE

commit b864d6dd93a17949f1dcb40b5744ff8b30902d11
parent 78c755d819fc357d8a4cbec5f0c5ecd03d92f773
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Sun, 16 Jul 2017 19:57:53 -0700

Add .coverage to .gitignore

Diffstat:
M.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -6,3 +6,4 @@ venv .tox/ TODO strix.egg-info/ +.coverage