From 1a6673b7dc40de07c1f66a1c99daab3c0918dd2d Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Tue, 16 Jan 2007 20:11:11 -0800 Subject: [PATCH] Add ctags to .gitignore Signed-off-by: Josh Triplett --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b92d6788..e22a8c6a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ test-dissect test-linearize example test-unssa +ctags # tags tags -- 2.11.4.GIT