Git-ignore WORK directory and top Makefile + update linphone-cmake-builder submodule.

This commit is contained in:
Ghislain MARY 2015-05-27 14:16:22 +02:00
parent f2db91c75d
commit ee09658d1c
3 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View file

@ -8,3 +8,5 @@ Classes/LinphoneIOSVersion.h
Pods/
build
test-reports
WORK
Makefile

View file

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