From 077e5750fb9c09690fd994835fe3e99c34c1941a Mon Sep 17 00:00:00 2001 From: Francis Russell Date: Thu, 29 Mar 2012 20:19:08 +0100 Subject: [PATCH] Ignore Vim swap files and only top-level build dir. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index beb532f..779e54e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -build +/build/ ofc.jar +.*.swp -- 2.47.3