From 4126ddd40a7ff7a4ab43a233a53e4458a3e5e0cc Mon Sep 17 00:00:00 2001 From: Dmitry Eremin Date: Wed, 2 Nov 2016 16:55:07 +0300 Subject: [PATCH] LU-8789 build: add files to .gitignore Exclude files that are generated during the "make" build process. Test-Parameters: trivial Change-Id: I5a573d7842fec94616de5d016cc5aab99e813193 Signed-off-by: Dmitry Eremin Reviewed-on: https://review.whamcloud.com/23540 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: James Simmons Reviewed-by: John L. Hammond Reviewed-by: Oleg Drokin --- .gitignore | 4 ++++ lustre/tests/.gitignore | 2 +- lustre/utils/gss/.gitignore | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index af522ee..992b0c7 100644 --- a/.gitignore +++ b/.gitignore @@ -77,6 +77,10 @@ TAGS /lustre.spec /lustre-dkms.spec /lustre*.tar.gz +/lustre*.rpm +/kmod-lustre*.rpm +/kmp-*.files +/kmp-*.preamble /mkinstalldirs /Module.markers /Module.symvers diff --git a/lustre/tests/.gitignore b/lustre/tests/.gitignore index 99b532c..2bce603 100644 --- a/lustre/tests/.gitignore +++ b/lustre/tests/.gitignore @@ -72,6 +72,7 @@ /stat /statmany /statone +/swap_lock_test /tchmod /test_brw /testreq @@ -85,4 +86,3 @@ /write_time_limit /writemany /writeme - diff --git a/lustre/utils/gss/.gitignore b/lustre/utils/gss/.gitignore index 014ef75..87d15ec 100644 --- a/lustre/utils/gss/.gitignore +++ b/lustre/utils/gss/.gitignore @@ -3,3 +3,4 @@ /lsvcgssd /l_idmap /lgss_keyring +/lgss_sk -- 1.8.3.1