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()