summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorZhao Heming <heming.zhao@suse.com>2020-09-10 23:38:07 +0800
committerZdenek Kabelac <zkabelac@redhat.com>2020-09-11 21:42:38 +0200
commitc38c4d9d36d765bbbe839c00b9580f6b1b8a0ef4 (patch)
tree2cc2768204b1cfcfb4f3516c4797bb34734210c4 /.gitignore
parent9f78acfee9e1f50ea58b532880c5e3e2f6161105 (diff)
downloadlvm2-c38c4d9d36d765bbbe839c00b9580f6b1b8a0ef4.tar.gz
gitignore: ignore all cscope generated files
When using cscope to read code, it will generate below 3 files for speedup cross-refer: cscope.files, cscope.in.out, cscope.po.out The .gitignore only contains "/cscope.out". It a little bit messy when executing 'git status', and other git commands. This patch add all cscope generated files in .gitignore. Signed-off-by: Zhao Heming <heming.zhao@suse.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7ebb8bb3b..cfd5bee1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,7 +30,7 @@ make.tmpl
/config.log
/config.status
/configure.scan
-/cscope.out
+/cscope.*
/html/
/reports/
/tags