From 142d8af2565ff2b9770bc5eea63ee3350c96d017 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Remko=20Tron=C3=A7on?= <git@el-tramo.be>
Date: Tue, 8 May 2012 20:41:27 +0200
Subject: Rename .vimrc -> .project.vimrc


diff --git a/.project.vimrc b/.project.vimrc
new file mode 100644
index 0000000..c8b3e21
--- /dev/null
+++ b/.project.vimrc
@@ -0,0 +1,15 @@
+" Some useful VIM stuff for developing Swift
+"
+" Add the following in your ~/.vimrc to automatically load this when
+" you open vim in the toplevel directory:
+"   
+"   if filereadable(".vimrc")
+"     source .vimrc
+"   endif
+"
+
+" CPPUnit QuicFix support
+set errorformat+=%E%.%#\ test:\ %.%#line:\ %l\ %f,%Z%m
+
+" SCons support
+set makeprg=python\ 3rdParty/SCons/scons.py\ check=1
diff --git a/.vimrc b/.vimrc
deleted file mode 100644
index c8b3e21..0000000
--- a/.vimrc
+++ /dev/null
@@ -1,15 +0,0 @@
-" Some useful VIM stuff for developing Swift
-"
-" Add the following in your ~/.vimrc to automatically load this when
-" you open vim in the toplevel directory:
-"   
-"   if filereadable(".vimrc")
-"     source .vimrc
-"   endif
-"
-
-" CPPUnit QuicFix support
-set errorformat+=%E%.%#\ test:\ %.%#line:\ %l\ %f,%Z%m
-
-" SCons support
-set makeprg=python\ 3rdParty/SCons/scons.py\ check=1
-- 
cgit v0.10.2-6-g49f6