From 4f670473bc1beed3acf0b1ed8f0e6fe7cb839d55 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Wed, 25 Jul 2018 11:01:48 -0700 Subject: [PATCH] Update .gitignore Include the typical tarball and expanded tree names, the build logs and the arch-named directory where the binary RPMs are saved (for now I included only x86_64, I guess including others should be fine too...) Tested that after `fedpkg local` git status will not complain about the files dropped into the git directory. Signed-off-by: Filipe Brandenburger --- .gitignore | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index bdb58d9..028fb45 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,3 @@ -numactl-2.0.2.tar.gz -numactl-2.0.3-rc3.tar.gz -numactl-2.0.3.tar.gz -/numactl-2.0.5.tar.gz -/numactl-2.0.6.tar.gz -/numactl-2.0.7.tar.gz -/numactl-2.0.8.tar.gz -/numactl-2.0.9.tar.gz -/numactl-2.0.10.tar.gz -/numactl-2.0.11.tar.gz +/numactl-[2-9]* +/.build-[2-9]*.log +/x86_64/