From b7a99e2299f8438b0a6e9f7ab8bbfdd76f8df942 Mon Sep 17 00:00:00 2001 From: Matthias Maennich Date: Tue, 21 May 2019 05:38:04 +0100 Subject: [PATCH] .gitignore: Add libabigail-?.* *.orig files - Artifacts produced by `make dist` should be ignored. - Artifacts produced by git merge resolution should be ignored. * .gitignore: add entries for distribution artifacts * .gitignore: add *.orig files Signed-off-by: Matthias Maennich --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed4f43c2..1e2a5025 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ Makefile.in *.o *~ *.swp +*.orig /aclocal.m4 /autom4te.cache/ @@ -23,4 +24,7 @@ Makefile.in build/ TAGS fedabipkgdiffc -tools/__pycache__/ \ No newline at end of file +tools/__pycache__/ + +libabigail-?.* + -- 2.43.5