From c95873e5370fe6286a5d09455f582cabe570cb15 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 14 Dec 2018 12:46:35 +0000 Subject: .gitignore: Consolidate generic patterns at top level Patterns in the top-level .gitignore match in all subdirectories, so there's no need to repeat ourselves quite so much for generic C, Autotools and gcov patterns. Signed-off-by: Simon McVittie --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 82d27563..ee80d4f8 100644 --- a/.gitignore +++ b/.gitignore @@ -30,11 +30,16 @@ *.gcda *.gcno *.gcov +*.la +*.lo *.o *.orig *.rej *~ .*.sw? +.deps/ +.dirstamp +.libs/ Makefile Makefile.in cscope.out -- cgit v1.2.1