[all] project cleanup

This commit is contained in:
Geoffrey McRae
2020-05-19 11:06:39 +10:00
parent f96f0fecda
commit 06f8911ee1
3 changed files with 1 additions and 14 deletions

3
client/.gitignore vendored
View File

@@ -1,3 +0,0 @@
bin/
build/
*.swp

View File

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