From 26597a5cac2930c191ae540c03c7406745c03e36 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 11 Jan 2018 15:21:41 +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 . Signed-off-by: Tzafrir Cohen --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b84745b..2bb0aea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ # Files that are generated as part of the build process which we do not want git # to track. +/.pc + *.[oa] *.mod *.mod.[oc]