mirror of https://github.com/ArduPilot/ardupilot
.gitignore: add .tags, cscope.in.out for sublime user
This commit is contained in:
parent
0d9a3840d8
commit
3315859411
|
@ -29,6 +29,8 @@
|
|||
.settings/
|
||||
.autotools
|
||||
.vagrant
|
||||
.tags
|
||||
.tags_sorted_by_file
|
||||
/.lock-waf*
|
||||
/.waf*
|
||||
/tmp/*
|
||||
|
@ -96,3 +98,6 @@ status.txt
|
|||
tags
|
||||
test.ArduCopter/*
|
||||
Thumbs.db
|
||||
cscope.in.out
|
||||
cscope.out
|
||||
cscope.po.out
|
||||
|
|
Loading…
Reference in New Issue