]> sourceware.org Git - lvm2.git/commit
gitignore: ignore all cscope generated files
authorZhao Heming <heming.zhao@suse.com>
Thu, 10 Sep 2020 15:38:07 +0000 (23:38 +0800)
committerZdenek Kabelac <zkabelac@redhat.com>
Fri, 11 Sep 2020 19:42:38 +0000 (21:42 +0200)
commitc38c4d9d36d765bbbe839c00b9580f6b1b8a0ef4
tree2cc2768204b1cfcfb4f3516c4797bb34734210c4
parent9f78acfee9e1f50ea58b532880c5e3e2f6161105
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>
.gitignore
This page took 0.03764 seconds and 5 git commands to generate.