From 2b1236a27e7502d0adfc1a137a378983b3a8ebe1 Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Fri, 9 Mar 2018 17:51:42 -0500 Subject: *: globally ignore clippy-generated source Tired of dealing with this Signed-off-by: Quentin Young --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3