From: James Simmons Date: Wed, 3 Jun 2020 11:32:03 +0000 (-0400) Subject: LU-9897 build: add binaries to .gitignore X-Git-Tag: 2.13.55~148 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=60df7a8845859639d16f1c2163a65a74a6a51f78 LU-9897 build: add binaries to .gitignore Several binaries are built that show up with git status. Add them to the .gitignore file Test-Parameters: trivial Change-Id: I7eb38d8fe725408dffaa71eb4db2d0305721367b Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/38825 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Faccini Bruno Reviewed-by: Andreas Dilger --- diff --git a/build/.gitignore b/build/.gitignore index fff7fcd..b5e8c93 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -1,4 +1,5 @@ /Rules +/conftest.i /modules.order /Module.markers /lustre.spec diff --git a/lustre/tests/.gitignore b/lustre/tests/.gitignore index 65c4389..5f6be9d 100644 --- a/lustre/tests/.gitignore +++ b/lustre/tests/.gitignore @@ -3,6 +3,7 @@ /Makefile.in /XMLCONFIG /badarea_io +/check_fallocate /check_fhandle_syscalls /checkfiemap /checkstat @@ -10,6 +11,8 @@ /cmknod /copy_attr /copytool +/create_foreign_dir +/create_foreign_file /llapi_fid_test /llapi_hsm_test /llapi_layout_test @@ -44,6 +47,7 @@ /mkdirmany /mlink /mmap_cat +/mmap_mknod_test /mmap_sanity /mrename /multifstat @@ -61,6 +65,8 @@ /openunlink /orphan_linkea_check /ostactive +/parse_foreign_dir +/parse_foreign_file /reads /rename_many /rmdirmany @@ -75,6 +81,7 @@ /stat /statmany /statone +/statx /swap_lock_test /tchmod /test_brw