From b355c69f0998403de9a079dc2bf8e2b2f426d11d Mon Sep 17 00:00:00 2001
From: Johann Fischer <j.fischer@phytec.de>
Date: Wed, 27 May 2015 14:57:35 +0200
Subject: [PATCH] gitignore: add ctags index file and gdb initialization
 scripts

---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 1950be2de4..a86049960c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,10 @@ cachegrind.out*
 *.kdev4
 # Codelite (among others) project files
 *.project
+# ctags index files
+tags
+# GDB initialization scripts
+.gdbinit
 
 # Eclipse symbol file (output from make eclipsesym)
 eclipsesym.xml
-- 
GitLab