From 9587d10a7e7e1839572d24bdf3b645df462c10f4 Mon Sep 17 00:00:00 2001 From: James Simmons Date: Wed, 6 Jan 2016 11:27:04 -0500 Subject: [PATCH] LU-7174 build: add mmap_cat to .gitignore While testing patches other non-patch the new application mmap_cat will show up with git status. To avoid adding this by accident place thes by product files in the proper .gitignore files. Change-Id: I11ae5fd73ef0c5238fedf2d7a5673944af421ead Signed-off-by: James Simmons Reviewed-on: http://review.whamcloud.com/17845 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Bob Glossman Reviewed-by: Oleg Drokin --- lustre/tests/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/.gitignore b/lustre/tests/.gitignore index 2e04c38..99b532c 100644 --- a/lustre/tests/.gitignore +++ b/lustre/tests/.gitignore @@ -41,6 +41,7 @@ /memhog /mkdirmany /mlink +/mmap_cat /mmap_sanity /mrename /multifstat -- 1.8.3.1