aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSudeep Holla <sudeep.holla@arm.com>2019-08-15 17:50:27 +0100
committerChris Kay <cjkay93@gmail.com>2019-09-27 11:14:08 +0100
commit46b32419e4a6f13331d83d6fac92513e9eca8f9a (patch)
treef8102a595f9e1d258f5a38c4b5f5cc3d2d332801 /.gitignore
parent95506c49ac64070b8099d4f11201ea684a7f99c8 (diff)
Update .gitignore
This patch updates .gitignore file to ignore patch files(often generated by git format-patch) and cscope index files(similar to ctags) Change-Id: I134631306e7741e9e2e4e8d4a86c2f84f5166f77 Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 74507475..ad1f4827 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,9 @@
# Ctags Index
tags
+# Cscope Index
+cscope.*
+
# Eclipse IDE
.cproject
.project
@@ -26,6 +29,7 @@ tags
# Git
*.orig
+*.patch
# Intellij IDE
.idea