mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
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>
This commit is contained in:
parent
9f78acfee9
commit
c38c4d9d36
2
.gitignore
vendored
2
.gitignore
vendored
@ -30,7 +30,7 @@ make.tmpl
|
||||
/config.log
|
||||
/config.status
|
||||
/configure.scan
|
||||
/cscope.out
|
||||
/cscope.*
|
||||
/html/
|
||||
/reports/
|
||||
/tags
|
||||
|
Loading…
Reference in New Issue
Block a user