From: James Simmons Date: Sat, 5 May 2018 18:00:30 +0000 (-0400) Subject: LU-10997 build: add files to .gitignore X-Git-Tag: 2.11.53~89 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=734d944d98f4cbcaeebc462e979624e8bdfb7711;p=fs%2Flustre-release.git 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 --- 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