mirror of https://github.com/crash-utility/crash
.gitignore: Add cscope, ctags & compile_commands.json
Add cscope, ctags & compile_commands.json in .gitignore file. Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com>
This commit is contained in:
parent
4b34197508
commit
3db5fff2e9
|
@ -14,3 +14,14 @@ gdb-7.6/
|
|||
extensions/defs.h
|
||||
extensions/*.so
|
||||
extensions/eppic
|
||||
|
||||
# cscope files
|
||||
cscope.*
|
||||
ncscope.*
|
||||
|
||||
# ctags files
|
||||
tags
|
||||
TAGS
|
||||
|
||||
# Clang's compilation database file
|
||||
/compile_commands.json
|
||||
|
|
Loading…
Reference in New Issue