From 90b2dc1450d522311b222a99637144aa1dbb48b7 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 11 Jan 2018 16:09:04 +0200 Subject: [PATCH] Ignore quilt .pc directory, used in deb packaging Debian packaging uses quilt to manage patches. Book-keeping for them is done using quilt (either directly, or in a compatible format), and tracked in the directory .pc . Change-Id: I22c90f3d7ab8918e6216e7b686de6fa0e1fdaa7b Signed-off-by: Tzafrir Cohen --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1a6deef24f..1cf64c04ad 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ *.makeopts *.makedeps .lastclean +/.pc aclocal.m4 autom4te.cache config.log