summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2020-03-04 17:21:15 -0500
committerGitHub <noreply@github.com>2020-03-04 17:21:15 -0500
commit94f92bb7eb440c0ee878896b6281f38009d64094 (patch)
treeb8e75ddcd78e6b4fabc95643c456fa1cf567a392 /.gitignore
parent912e3cf786ca667f17b8b91b019bcc247bf346a4 (diff)
downloadsdl_core-94f92bb7eb440c0ee878896b6281f38009d64094.tar.gz
Use Mobile_API files from RPC Spec submodule (#3270)
* Remove MOBILE_API xml and xsd Use the files pulled from the rpc spec submodule instead * Add interfaces/MOBILE_API to .gitignore * Remove extra line * Use mobile_api.xml from the rpc_spec directory * Revert "Use mobile_api.xml from the rpc_spec directory" This reverts commit a089e018e968cad2f83660a3a27833f93ad362cf. * Update src/components/interfaces/CMakeLists.txt Co-Authored-By: Shobhit Adlakha <ShobhitAd@users.noreply.github.com> Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 7ef56f0909..3570938a52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,4 +9,5 @@ src/appMain/build_config.txt
*venv*
*.DS_Store
*htmlcov
-*.coverage \ No newline at end of file
+*.coverage
+src/components/interfaces/MOBILE_API.* \ No newline at end of file