From 06f8911ee1ad4942e10b87524915231b1283b5ab Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Tue, 19 May 2020 11:06:39 +1000 Subject: [PATCH] [all] project cleanup --- VERSION | 2 +- client/.gitignore | 3 --- client/.vimrc | 10 ---------- 3 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 client/.gitignore delete mode 100644 client/.vimrc diff --git a/VERSION b/VERSION index b01bf89e..074a8575 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-193-g21987cb423+1 \ No newline at end of file +B1-194-gf96f0fecda+1 \ No newline at end of file diff --git a/client/.gitignore b/client/.gitignore deleted file mode 100644 index 0824b6c0..00000000 --- a/client/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -bin/ -build/ -*.swp diff --git a/client/.vimrc b/client/.vimrc deleted file mode 100644 index 05929190..00000000 --- a/client/.vimrc +++ /dev/null @@ -1,10 +0,0 @@ -packadd termdebug - -function Debug() - !cd build && make - if v:shell_error == 0 - TermdebugCommand build/looking-glass-client - endif -endfunction - -command Debug call Debug()