From 3315859411358c5e24d9d244864e91dfbbcf2be9 Mon Sep 17 00:00:00 2001 From: XingZhangWu Date: Mon, 7 Mar 2016 17:52:21 +0800 Subject: [PATCH] .gitignore: add .tags, cscope.in.out for sublime user --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 2e41f2e137..4ab69ed1a8 100644 --- a/.gitignore +++ b/.gitignore @@ -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