Tell git to ignore cscope database files. Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 *~ -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html