From a68a1a85533142880a63c2de969db38118341c41 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Tue, 17 Feb 2009 16:22:53 -0500 Subject: [PATCH] nfs-utils: git should ignore cscope.* files Tell git to ignore cscope database files. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index a5cf8ce..cfc329a 100644 --- a/.gitignore +++ b/.gitignore @@ -54,5 +54,7 @@ utils/statd/sm_inter.h utils/statd/sm_inter_clnt.c utils/statd/sm_inter_svc.c utils/statd/sm_inter_xdr.c +# cscope database files +cscope.* # generic editor backup et al *~ -- 2.39.2