gitignore: add ctags index file and gdb initialization scripts

This commit is contained in:
Johann Fischer 2015-05-27 14:57:35 +02:00
parent d8cefaf97f
commit b355c69f09

4
.gitignore vendored
View File

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