From 15efc0c6137a6997699fbaaf4b8cf52c1902441d Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 19 Jun 2007 15:18:43 -0400 Subject: [PATCH] Ignore .swo files. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ad853b2..da06ba4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ build -.*.swp +.*.sw[po] *~ -- GitLab