.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:
Ritesh Harjani 2021-08-26 02:31:08 +05:30 committed by Kazuhito Hagio
parent 4b34197508
commit 3db5fff2e9
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored
View File

@ -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