From: Chuck Lever Date: Tue, 17 Feb 2009 21:22:53 +0000 (-0500) Subject: nfs-utils: git should ignore cscope.* files X-Git-Tag: nfs-utils-1-1-5~23 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=a68a1a85533142880a63c2de969db38118341c41;ds=sidebyside nfs-utils: git should ignore cscope.* files Tell git to ignore cscope database files. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson --- 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 *~