From: Francis Russell Date: Thu, 29 Mar 2012 19:19:08 +0000 (+0100) Subject: Ignore Vim swap files and only top-level build dir. X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=077e5750fb9c09690fd994835fe3e99c34c1941a;p=francis%2Fofc.git Ignore Vim swap files and only top-level build dir. --- diff --git a/.gitignore b/.gitignore index beb532f..779e54e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -build +/build/ ofc.jar +.*.swp