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 <hchiramm@redhat.com>
Reviewed-on: http://review.gluster.org/10040
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
This commit is contained in:
Humble Devassy Chirammal 2015-03-30 12:32:27 +05:30 committed by Kaleb KEITHLEY
parent 624938999b
commit 0a3420dbd5

1
.gitignore vendored
View File

@ -3,6 +3,7 @@ autom4te.cache
build
config.*
configure
cscope.*
depcomp
install-sh
ltmain.sh