diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-10-15 23:23:29 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-10-16 00:16:57 +0300 |
commit | 298c69d56e6dae8c503b19913b7186d6db829b92 (patch) | |
tree | d6a60b63c583be8b2dc0ab6718e72ca008482454 /ios/.gitignore | |
parent | 848d06690c28ab0a634c2ac979c2e34047522dbe (diff) |
Generate the ios/lo.xcconfig at configure time
Also, add INSTDIR and WORKDIR.
Change-Id: I16266202c2e2d005533f7ffbcc2ae41f63833928
Diffstat (limited to 'ios/.gitignore')
-rw-r--r-- | ios/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ios/.gitignore b/ios/.gitignore new file mode 100644 index 000000000000..08c6a6864eb9 --- /dev/null +++ b/ios/.gitignore @@ -0,0 +1,9 @@ +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +/lo.xcconfig |