From: James Simmons Date: Sat, 28 Aug 2021 23:55:49 +0000 (-0400) Subject: LU-9897 tests: add generated files to .gitignore X-Git-Tag: 2.14.55~56 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=3ad89522912d74ec1c854e449957c45d1285cb25 LU-9897 tests: add generated files to .gitignore Several binaries and wrappers are created in the build process that show up as files for git add which is not the case. Add these files to .gitignore so avoid an accidental git addition. Test-Parameters: trivial Change-Id: If693ba7933c0329a333dec71ed6fb521a90435f4 Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/44778 Tested-by: jenkins Reviewed-by: Andreas Dilger Reviewed-by: Arshad Hussain Tested-by: Maloo --- diff --git a/lustre/tests/.gitignore b/lustre/tests/.gitignore index 061aefd..ed75b36 100644 --- a/lustre/tests/.gitignore +++ b/lustre/tests/.gitignore @@ -21,10 +21,12 @@ /createmany /createtest /directio +/expand_truncate_test /fchdir_test /flock_deadlock /flock_test /flocks_test +/foreign_symlink_striping /fsx /getdents /group_lock_test @@ -41,6 +43,7 @@ /llverfs /lockahead_test /logs +/lov_getstripe_old /lovstripe /lseek_test /mcreate diff --git a/lustre/tests/lutf/src/.gitignore b/lustre/tests/lutf/src/.gitignore new file mode 100644 index 0000000..d98391b --- /dev/null +++ b/lustre/tests/lutf/src/.gitignore @@ -0,0 +1,4 @@ +*.i +*.py +*_wrap.c +lutf diff --git a/lustre/utils/.gitignore b/lustre/utils/.gitignore index fb8c74e..202305c 100644 --- a/lustre/utils/.gitignore +++ b/lustre/utils/.gitignore @@ -15,6 +15,7 @@ /llverdev /l_getidentity /l_facl +/l_foreign_symlink /mkfs_lustre /mount_lustre /tunefs_lustre