From 939cff3004c88d103ca2c60d1526bfbc63cdb7a8 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Fri, 31 May 2013 11:50:49 +0100 Subject: .gitignore: add vim tag and swp files Modify gitignore as to include popular editor's temporary files, and lookup tags file. Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0359687ee..78aa674d3 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ pyshtables.py /doc/manual/html/ /build/ /bin/bitbakec +*.swp +tags -- cgit 1.2.3-korg