mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Git-ignore WORK directory and top Makefile + update linphone-cmake-builder submodule.
This commit is contained in:
parent
f2db91c75d
commit
ee09658d1c
3 changed files with 4 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,3 +8,5 @@ Classes/LinphoneIOSVersion.h
|
|||
Pods/
|
||||
build
|
||||
test-reports
|
||||
WORK
|
||||
Makefile
|
||||
|
|
|
|||
|
|
@ -27,6 +27,7 @@ import os
|
|||
import re
|
||||
import shutil
|
||||
import sys
|
||||
sys.dont_write_bytecode = True
|
||||
sys.path.insert(0, 'submodules/cmake-builder')
|
||||
import prepare
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 047fa5e04c85c855b0afdabcca929bd35a261065
|
||||
Subproject commit 06b57cba316a864eae695974d6b06624bf8df6c2
|
||||
Loading…
Add table
Reference in a new issue