From 0a3420dbd57361174eb30fc054754f8c5499ecfb Mon Sep 17 00:00:00 2001 From: Humble Devassy Chirammal Date: Mon, 30 Mar 2015 12:32:27 +0530 Subject: build: ignore cscope files It is common for developers to use cscope and generate these cscope.* files with: cscope -b -q or with some other switches of cscope. This patch avoid 'git' to worry about the same. Change-Id: I3525e6f1a36f9800f4c27a2cdc6ea9c668981717 BUG: 1198849 Signed-off-by: Humble Devassy Chirammal Reviewed-on: http://review.gluster.org/10040 Reviewed-by: Niels de Vos Reviewed-by: Kaleb KEITHLEY Tested-by: Gluster Build System --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c8c07f9517d..2e01199c3b2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ autom4te.cache build config.* configure +cscope.* depcomp install-sh ltmain.sh -- cgit