From 734d944d98f4cbcaeebc462e979624e8bdfb7711 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Sat, 5 May 2018 14:00:30 -0400 Subject: [PATCH 1/1] LU-10997 build: add files to .gitignore To avoid by accident adding files created during the build process add them to the .gitignore. For Ubuntu 18 we add in .cache.mk and *.o.ur-safe which only show up on that platform Test-Parameters: trivial Change-Id: Ie1329e765f080cbdac1bd3efdd63f83a65d45989 Signed-off-by: James Simmons Reviewed-on: https://review.whamcloud.com/32304 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Bob Glossman Reviewed-by: Andreas Dilger --- .gitignore | 2 ++ lustre/tests/mpi/.gitignore | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fcd86fd..9759ce3 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ # # Normal rules # +.cache.mk .dirstamp .deps .depend @@ -34,6 +35,7 @@ *.lo *.mod.c *.o +*.o.ur-safe *.orig *.rej *.s diff --git a/lustre/tests/mpi/.gitignore b/lustre/tests/mpi/.gitignore index 9d45ae9..510fd99 100644 --- a/lustre/tests/mpi/.gitignore +++ b/lustre/tests/mpi/.gitignore @@ -2,6 +2,7 @@ /createmany-mpi /mdsrate /parallel_grouplock +/rr_alloc /write_append_truncate /write_disjoint /cascading_rw -- 1.8.3.1