mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
gitignore: add ctags index file and gdb initialization scripts
This commit is contained in:
parent
d8cefaf97f
commit
b355c69f09
4
.gitignore
vendored
4
.gitignore
vendored
@ -24,6 +24,10 @@ cachegrind.out*
|
|||||||
*.kdev4
|
*.kdev4
|
||||||
# Codelite (among others) project files
|
# Codelite (among others) project files
|
||||||
*.project
|
*.project
|
||||||
|
# ctags index files
|
||||||
|
tags
|
||||||
|
# GDB initialization scripts
|
||||||
|
.gdbinit
|
||||||
|
|
||||||
# Eclipse symbol file (output from make eclipsesym)
|
# Eclipse symbol file (output from make eclipsesym)
|
||||||
eclipsesym.xml
|
eclipsesym.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user