summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2021-02-03 13:14:22 +0530
committerDavid Gibson <david@gibson.dropbear.id.au>2021-02-03 21:17:58 +1100
commit0db6d09584e19b1f313ebfc21c3da32a7e77ca82 (patch)
tree92667eff62052283e3325b1802f2c97ecee5e0e3
parent307afa1a7be8af23dee81af5c10a8a44009a768e (diff)
downloaddevice-tree-compiler-0db6d09584e19b1f313ebfc21c3da32a7e77ca82.tar.gz
gitignore: Add cscope files
Add cscope files in gitignore. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Message-Id: <3c39a6324ef2be64f839e6e6205f4afc63486216.1612338199.git.viresh.kumar@linaro.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1f2a0f2..cfea8a4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,7 @@ lex.yy.c
/fdtoverlay
/patches
/.pc
+
+# cscope files
+cscope.*
+ncscope.*