mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[all] project cleanup
This commit is contained in:
parent
f96f0fecda
commit
06f8911ee1
3 changed files with 1 additions and 14 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B1-193-g21987cb423+1
|
||||
B1-194-gf96f0fecda+1
|
3
client/.gitignore
vendored
3
client/.gitignore
vendored
|
@ -1,3 +0,0 @@
|
|||
bin/
|
||||
build/
|
||||
*.swp
|
|
@ -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()
|
Loading…
Reference in a new issue