From 9c7df91b19d79432e2a6f1ab62a436b805c16fa3 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Fri, 22 Jun 2012 13:21:28 +0100 Subject: .gitignore: Ignore ctags and cscope output Signed-off-by: Daniel Stone --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7c5bfe5d..5b48ea1d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ *.so *.swp *~ +ctags +cscope.out .libs /aclocal.m4 /autom4te.cache -- cgit v1.2.1