diff options
author | Humble Devassy Chirammal <hchiramm@redhat.com> | 2015-03-30 12:32:27 +0530 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2015-03-30 09:44:15 -0700 |
commit | 0a3420dbd57361174eb30fc054754f8c5499ecfb (patch) | |
tree | 483da4d8a7febc524bac825ea4b910d35be9ba66 /.gitignore | |
parent | 624938999bf925af710e9f73c75040416f68b756 (diff) |
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |