mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #4139 from jfischer-phytec-iot/pr@git-ignore
gitignore: add ctags index file and gdb initialization script
This commit is contained in:
commit
855a669ef4
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user