From 187bdef6001f07f3217587f5146abe6edb20b08a Mon Sep 17 00:00:00 2001 From: James Simmons Date: Thu, 12 Nov 2015 09:31:49 -0500 Subject: [PATCH] LU-7174 build: make git ignore dkms generated file While testing patches other non-patch the related build by product dkms.mkconf show up with git status. To avoid adding this by accident place thes by product files in the proper .gitignore files. Change-Id: I49a5411f8c1159a75d1cd28067dfbf3c2a677d6c Signed-off-by: James Simmons Reviewed-on: http://review.whamcloud.com/17136 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Bob Glossman Reviewed-by: Dmitry Eremin Reviewed-by: Oleg Drokin --- lustre/scripts/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/scripts/.gitignore b/lustre/scripts/.gitignore index 65eadf0..6d12f50 100644 --- a/lustre/scripts/.gitignore +++ b/lustre/scripts/.gitignore @@ -1,3 +1,4 @@ +/dkms.mkconf /lustre.spec /Makefile.in /version_tag.pl -- 1.8.3.1