From c60b9ab465da0796c6fc73fd423b580c02759d63 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Wed, 16 Sep 2015 16:52:43 -0400 Subject: [PATCH] LU-7174 build: add build by products to .gitignore While testing patches other non-patch related build by products show up with git status. To avoid adding these by accident place thes by product files in the proper .gitignore files. Change-Id: Ie2df9c2c7fd19c95e2b990d93db623826ee82c24 Signed-off-by: James Simmons Reviewed-on: http://review.whamcloud.com/16458 Reviewed-by: Bob Glossman Tested-by: Jenkins Reviewed-by: Dmitry Eremin Tested-by: Maloo Reviewed-by: Oleg Drokin --- .gitignore | 2 ++ debian/.gitignore | 3 ++- lustre/doc/.gitignore | 2 ++ lustre/tests/.gitignore | 5 +++++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 377d546..eeebf7b 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ *.orig *.rej *.s +*-stamp *.so *.swp *.unsigned @@ -47,6 +48,7 @@ config.log config.status config.sub configure +debs depcomp install-sh Makefile diff --git a/debian/.gitignore b/debian/.gitignore index 4614fb8..73db5ee 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -1,3 +1,5 @@ +/*.log +/*.substvars /files /linux-patch-lustre /lustre-dev @@ -7,4 +9,3 @@ /lustre-utils /lustre-utils.substvars /tmp - diff --git a/lustre/doc/.gitignore b/lustre/doc/.gitignore index e4a059f..2ae94ff 100644 --- a/lustre/doc/.gitignore +++ b/lustre/doc/.gitignore @@ -8,6 +8,8 @@ /lustre-pdf.log /lustre-pdf.out /lustre-pdf.toc +/*.3 +/*.7 /*.eps /lustre.lyx /*.tex diff --git a/lustre/tests/.gitignore b/lustre/tests/.gitignore index 795dade..2e04c38 100644 --- a/lustre/tests/.gitignore +++ b/lustre/tests/.gitignore @@ -10,6 +10,8 @@ /cmknod /copy_attr /copytool +/llapi_fid_test +/llapi_hsm_test /llapi_layout_test /createdestroy /createmany @@ -21,6 +23,7 @@ /flocks_test /fsx /getdents +/group_lock_test /listxattr_size_check /iopentest1 /iopentest2 @@ -53,6 +56,7 @@ /openfilleddirunlink /openme /openunlink +/orphan_linkea_check /ostactive /reads /rename_many @@ -60,6 +64,7 @@ /runas /rwv /sendfile +/sendfile_grouplock /setuid /sleeptest /small_write -- 1.8.3.1