From beb4441d820e0725c203b06456f7293686989290 Mon Sep 17 00:00:00 2001 From: Kelley Spoon Date: Wed, 19 May 2021 15:17:04 -0500 Subject: gitignore: add static files directory Let's fix the gitignore for the static files directory as git seems to think a few png's are now version controlled. Change-Id: I3470b508b58f0d6ef6fb383e1ce95c7178305c54 Reviewed-on: https://review.linaro.org/c/infrastructure/linaro-license-protection/+/38760 Reviewed-by: Kelley Spoon --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 32ee6f8..02a619a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .testrepository licenses.sqlite3 licenses.db +license_protected_downloads/static static *.pyc *.swp -- cgit v1.2.3