From bb8345b7916fa9de00b5d545f9daf7c7f848105b Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Thu, 20 Mar 2014 19:44:33 +0000 Subject: [PATCH] Add vim swap files to .gitignore llvm-svn: 204387 --- compiler-rt/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/.gitignore b/compiler-rt/.gitignore index 7c534314923e48..2a7bdd6a891085 100644 --- a/compiler-rt/.gitignore +++ b/compiler-rt/.gitignore @@ -2,3 +2,4 @@ darwin_fat clang_darwin multi_arch +*.sw?