[compiler-rt] r204387 - Add vim swap files to .gitignore
Duncan P. N. Exon Smith
dexonsmith at apple.com
Thu Mar 20 12:44:33 PDT 2014
Author: dexonsmith
Date: Thu Mar 20 14:44:33 2014
New Revision: 204387
URL: http://llvm.org/viewvc/llvm-project?rev=204387&view=rev
Log:
Add vim swap files to .gitignore
Modified:
compiler-rt/trunk/.gitignore
Modified: compiler-rt/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/.gitignore?rev=204387&r1=204386&r2=204387&view=diff
==============================================================================
--- compiler-rt/trunk/.gitignore (original)
+++ compiler-rt/trunk/.gitignore Thu Mar 20 14:44:33 2014
@@ -2,3 +2,4 @@
darwin_fat
clang_darwin
multi_arch
+*.sw?
More information about the llvm-commits
mailing list