summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTan En De <ende.tan@linux.starfivetech.com>2022-10-13 04:26:23 +0300
committerAnup Patel <anup@brainfault.org>2022-10-23 08:17:40 +0300
commit0fee0bf826b86ceb05b04d82ddaa0d6eaf6713ba (patch)
tree85456f2466e0a56fac687754d50edf5ff1a4fe1e /.gitignore
parentd682a0afa1bc4d1491e1017a19a6320c90a5109c (diff)
downloadopensbi-0fee0bf826b86ceb05b04d82ddaa0d6eaf6713ba.tar.xz
Makefile: Add cscope support
Add cscope support so that running `make cscope` will generate/update cscope files used for source code browsing, while running `make distclean` will remove the cscope files. Also add entry in .gitignore to ignore generated cscope files. Signed-off-by: Tan En De <ende.tan@linux.starfivetech.com> Reviewed-by: Xiang W <wxjstz@126.com> Reviewed-by: Anup Patel <anup@brainfault.org> Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 534ad64..95692bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ install/
# Development friendly files
tags
+cscope*