From 2b1236a27e7502d0adfc1a137a378983b3a8ebe1 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 9 Mar 2018 17:51:42 -0500 Subject: [PATCH] *: globally ignore clippy-generated source Tired of dealing with this Signed-off-by: Quentin Young --- .gitignore | 3 +++ bgpd/.gitignore | 1 - ldpd/.gitignore | 1 - lib/.gitignore | 1 - ospfd/.gitignore | 1 - sharpd/.gitignore | 1 - zebra/.gitignore | 1 - 7 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index f7c731b4bc..c5fd0ced9b 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,6 @@ GPATH *.lo compile_commands.json .dirstamp + +# clippy generated source +*_clippy.c diff --git a/bgpd/.gitignore b/bgpd/.gitignore index a97bdb83d3..105be22995 100644 --- a/bgpd/.gitignore +++ b/bgpd/.gitignore @@ -16,4 +16,3 @@ TAGS .arch-ids *~ *.loT -*clippy.c diff --git a/ldpd/.gitignore b/ldpd/.gitignore index eee96c636f..a2f4b51698 100644 --- a/ldpd/.gitignore +++ b/ldpd/.gitignore @@ -15,4 +15,3 @@ TAGS .arch-ids *~ *.loT -ldp_vty_cmds_clippy.c diff --git a/lib/.gitignore b/lib/.gitignore index 94f401ebe6..072146dbd5 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -24,4 +24,3 @@ refix grammar_sandbox clippy defun_lex.c -plist_clippy.c diff --git a/ospfd/.gitignore b/ospfd/.gitignore index f0d800efb4..752c875a62 100644 --- a/ospfd/.gitignore +++ b/ospfd/.gitignore @@ -15,4 +15,3 @@ TAGS *~ *.loT *.a -*clippy.c diff --git a/sharpd/.gitignore b/sharpd/.gitignore index c396f3ef94..cc33cfc188 100644 --- a/sharpd/.gitignore +++ b/sharpd/.gitignore @@ -13,6 +13,5 @@ TAGS .arch-ids *~ *.loT -*clippy.c sharpd sharpd.conf diff --git a/zebra/.gitignore b/zebra/.gitignore index 7a1321e546..4a06756a2d 100644 --- a/zebra/.gitignore +++ b/zebra/.gitignore @@ -13,4 +13,3 @@ TAGS .arch-ids *~ *.loT -zebra_vty_clippy.c -- 2.39.5