From d40ef19a2500c58710cf4f4eae49de3d8165a7d0 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 27 Dec 2018 21:21:40 -0800 Subject: [PATCH] debian: Fix lintian warning about vcs ignore file W: plinth: package-contains-vcs-control-file usr/lib/python3/dist-packages/plinth/tests/.gitignore Reviewed-by: James Valleroy --- .gitignore | 1 + plinth/tests/.gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 plinth/tests/.gitignore diff --git a/.gitignore b/.gitignore index e4c4033b6..82b2d0ef1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ build/ *.egg-info/ dist/ .coverage +plinth/tests/config_local.py plinth/tests/coverage/report/ *.mo .vagrant/ diff --git a/plinth/tests/.gitignore b/plinth/tests/.gitignore deleted file mode 100644 index 50313bbc8..000000000 --- a/plinth/tests/.gitignore +++ /dev/null @@ -1 +0,0 @@ -config_local.py