Commit graph

181 commits

Author SHA1 Message Date
Noel Grandin
de09bd97f0 add secmod.db files to .gitignore
sometimes the xml security tests will leave these lying around,
and we don't want them committed

Change-Id: I703aee4cb5b3e5c41449f744f1628c09be70d077
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162070
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2024-01-15 08:48:52 +01:00
Hossein
8434b85543 Add .cache (Qt Creator) and gdbtrace.log (gdb)
Change-Id: I80ebe9270bcb895ea95d2fd679417dd4f2b22165
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151047
Tested-by: Jenkins
Reviewed-by: Hossein <hossein@libreoffice.org>
2023-04-28 21:54:20 +02:00
buldi
1af3cb6cf2 .gitignore: /.vscode*
Some VS Code extensions create directories with this prefix.

Change-Id: Ie4a96a276970327d8da39bffd51eaf137e4163bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146728
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2023-02-12 21:37:18 +00:00
Stephan Bergmann
e01fc6d7c1 Add generated lo.xcent to .gitignore
(recently introduced in c78b49ec13 "don't specify
entitlements that are not used (sdremote w/o bluetooth)")

Change-Id: Ied7db52d891e92224bc2be0ad1277f40e5d80b3c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136752
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-07-01 23:12:02 +02:00
Ilmari Lauhakangas
168a1bda07 Add mold linker temp files to .gitignore
Change-Id: I8c3d27cae524b30be601cefb78dca9c4139b2602
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134263
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
2022-05-13 15:15:12 +02:00
Michael Weghorn
ab9422621b .gitignore: Add Qt Creator's '.qtc_clangd'
Qt Creator 7 switched to using Clangd as the
default backend for the code model. [1]
After upgrading, `.qtc_clangd/compile_command.json`
started showing up.

[1] https://www.qt.io/blog/qt-creator-7-released

Change-Id: I3cf30f1ef2873523d76c15c39d2d24c6227f8017
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132290
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2022-03-30 10:46:37 +02:00
Pranam Lashkari
48c32f1118 updated gitignore for Android builds
Change-Id: I7603b1de266745ba23a3d991d5e903c6fac9ab41
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117674
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Pranam Lashkari <lpranam@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122905
Tested-by: Szymon Kłos <szymon.klos@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129915
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2022-02-14 16:05:49 +01:00
Stephan Bergmann
f02dea373c Adapt .gitignore
...to 8d7e266943 "provide a 'make
vscode-ide-integration' target"

Change-Id: I16a7ba8acc66c3765f29f2235c173fb6853c82be
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127357
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2021-12-23 14:46:25 +01:00
Jan-Marek Glogowski
e050b09c7e gbuild: serialize dynamic link for static builds
This is a hack, because make has no way to serialize processing
of a target (just .NOTPARALLEL for the whole Makefile).
It uses the lockfile tool / liblockfile 1.17. Since that polls
the file, I adjusted the poll timeout to 5s max, because I found
the 60s wait much too long. Guess even 1s would be ok...

Since it's just a small build tool, I simply copied and patched
its source, instead of creating an external project. And there
is --with-system-lockfile=... to use an external binary instead.

Change-Id: I16bc4579a273dcf1aac811ae4723ca325a0b9eba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126152
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2021-12-01 13:06:55 +01:00
Jan-Marek Glogowski
57f7b8f86b configure: Keep warnings file and cat build ones
Re-cat's the build / cross-toolset warnings file at the end of
the host configure run and keeps them.

Change-Id: If46fa3660dbd04cd5a23a4d9cd79fd19067dcfbe
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116437
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
2021-05-31 13:21:24 +02:00
Jan-Marek Glogowski
8a4173987e WASM: add initial support for Emscripten cross build
- configure with:
- --host=wasm64-local-emscripten
- had to make a few externals optional, so adding:
  - --disable-nss
  - --disable-cmis
  - --disable-curl

Change-Id: I48d1c73d2675ad2e2beaf2c341578199efbd24ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111130
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
2021-05-05 21:14:54 +02:00
Michael Weghorn
e827cb144e qtcreator: Create *.pro.shared files instead of *.pro.user
Generating *.pro.user files is not ideal; they're
supposed to hold user-specific settings for a project,
and thus also to persist manual changes made by the user
after initial import of the project.

Generate *.pro.shared files instead which are
meant to be used to share project settings. [1]
This just changes the file name of the generated
file for now, but leaves the content the same.

The result for the initial loading of the project from
a '*.pro' file is basically still the same from a user
perspective:
A new kit 'Replacement for "Desktop"' is generated on
the fly which contains the build and run settings
specified in the corresponding '*.pro.shared' file.

By using the '*.pro.shared' files, user-specific settings
made after initial import will no longer
be overwritten by running 'make qtcreator-ide-integration'
again, since the '*.pro.user' files are left as they are.

The '*.pro.shared' files generated here still contain
information specific to the local setup (like file paths).

For some more background on LO's Qt Creator IDE integration,
s. dev mailing list thread "Added some information about
Qt Creator IDE integration to the wiki" [2].

[1] https://doc.qt.io/qtcreator/creator-sharing-project-settings.html
[2] https://lists.freedesktop.org/archives/libreoffice/2021-February/thread.html#86800

Change-Id: Ia187bcbffe5297a1cdf6bfeaaabf7867003195e0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111474
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2021-02-24 17:44:50 +01:00
Stephan Bergmann
369c3f202f Drop some dubious .gitignore entries
...that had been added with ea9915a550 "hush more
kinds of file types" for unclear reason

Change-Id: I3fef3df57480c0d2de384d0a60986d83b6a3e3c4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108453
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-12-30 07:43:23 +01:00
Stephan Bergmann
cbafdc3561 Move compilerplugins-related .gitignore content to compilerplugins/.gitignore
...and expand it to precisely match the three .dwo files, like had already been
done for the corresponding .o files.  (Those .dwo files are generated when
-gsplit-dwarf is added to CLANGCXXFLAGS when manually overriding CLANGDEBUG=1.)

Change-Id: Ib6f1c505c754d54201273f08f987a9451af75bc4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100855
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-08-17 13:38:04 +02:00
Noel Grandin
8d56aedbbf add compilerplugin-generated files to .gitignore
Change-Id: I55bfe3cc00da74fdfd594175643684c3e28fe09b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100664
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2020-08-14 08:28:58 +02:00
Stephan Bergmann
da21c67565 Adapt to hardened_runtime.xcent
...generated since 88453fd13a "Enable debugging of
a hardened process on macOS"

Change-Id: I061b3673855d6e44f0fbf805f8cda1a9ee6f2196
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93431
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2020-05-04 22:49:05 +02:00
Muhammet Kara
1d137f07cb Add QtCreator-specific file to .gitignore
Change-Id: If00a4eed997acf2eb7783915e41c61c7651232d6
Reviewed-on: https://gerrit.libreoffice.org/73698
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
2019-06-08 15:36:20 +02:00
Stephan Bergmann
14b95f6671 No more need to generate lo.xcent from lo.xcent.in
...after fd34a19b4d "Seems that we don't need the
com.apple.application-identifier after all" dropped the last @...@ replacement
there

Change-Id: Id6f4d1065b28be12e5d727bab553daa17fc4dfcb
Reviewed-on: https://gerrit.libreoffice.org/65275
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2018-12-18 09:37:00 +01:00
Stephan Bergmann
024dcf2d57 Ignore Emacs lock files
Change-Id: Idd754a4ecdd76ff6f6d0e2b848ea3526fc90dc54
2018-01-30 11:22:54 +01:00
Ashod Nakashian
92bab0f11e .gitignore vscode ide files
Change-Id: I0857885e459430e7b64f2a697943cb97d2e57cbf
Reviewed-on: https://gerrit.libreoffice.org/46674
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
(cherry picked from commit c6f01eb87f)
Reviewed-on: https://gerrit.libreoffice.org/46676
(cherry picked from commit b3589dd6b4)
Reviewed-on: https://gerrit.libreoffice.org/46989
Tested-by: Jenkins <ci@libreoffice.org>
2017-12-24 05:02:17 +01:00
Armin Le Grand
0dd17633f7 Added VisualStudioCode/unified MSDEV VC.db
Change-Id: I5b32bb43e87dd1b3aa535611cc7228be05f3d6e4
2017-08-29 09:41:43 +02:00
Muhammet Kara
4493f983d5 gitignore: compile_commands.json is only top-level
Change-Id: I313b86d8736e948d52d57bad77550f2969c9fc67
Reviewed-on: https://gerrit.libreoffice.org/39107
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
2017-06-24 00:21:21 +02:00
Muhammet Kara
777637a3cd gitignore: compile_commands.json
This file is generated by "make vim-ide-integration"

Change-Id: I9355bc36b2a654efd6183b268662b10b224f2117
Reviewed-on: https://gerrit.libreoffice.org/39108
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-06-22 18:51:12 +02:00
Manfred Blume
8d2ef85137 Fix .gitignore after vs2015-ide-integration update
Change-Id: I2899d02e048838f02d46d87b28fd4bbecf8a277a
Reviewed-on: https://gerrit.libreoffice.org/36155
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-04-06 03:45:42 +00:00
Bernhard Widl
f5d59796d3 add *.vcxproj* to .gitignore
these files are generated by make vs2015-ide-integration.

Change-Id: Iaae5931289bd2f27415c401b6ac253d43dc39007
Reviewed-on: https://gerrit.libreoffice.org/36073
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-04-04 15:22:24 +00:00
jan Iversen
7a8bfd1041 ios, prepare for multiple targets.
Moved common macros to CustomTarget_Lo_Xcconfig.mk
to simplify each real target

added link to workdir/ios (needed by xcodeproj)

moved creation of configuration files to LO_Xcconfig, since
they are identical for all ios projects

central part of moving non git files to workdir completed

changed relative path in project.pbxproj to be <project> instead of <group>

Change-Id: I6be51f4d8a07ea7da08c0e5f1458fccfc3831a1e
Reviewed-on: https://gerrit.libreoffice.org/34223
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@libreoffice.org>
2017-02-16 15:04:18 +00:00
Jaskaran Singh
b17b413ea2 Add rules to gitignore
Rule for ctags: Sublime generated(or otherwise) ctags look like
sc/abc/xyz/tags. The present rule cannot look after tags which
are more than 1 directory deep. Hence this change.

Other rules added : Jetbrains Clion, cscope, sublime text specific

Change-Id: I1dbbe4904f3d15bbf198cd372591b464efb3896a
Reviewed-on: https://gerrit.libreoffice.org/31874
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jaskaran singh <jvsg1303@gmail.com>
2016-12-12 20:08:14 +00:00
Noel Grandin
2f71f88cf8 add Codelite files to .gitignore
Change-Id: I464748061b9df4d781ae49f4971f73d92f825bba
2016-11-01 13:02:53 +02:00
Ashod Nakashian
dec8da2a9a Ignore temporary editor/tool files
Change-Id: Ibe47493edad6a6b016810ea777907d84d0f618f9
Reviewed-on: https://gerrit.libreoffice.org/28651
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Tested-by: Ashod Nakashian <ashnakash@gmail.com>
2016-09-21 04:46:48 +00:00
Vasily Melenchuk
3011a704d9 officeotron usage in export tests without external dependencies
officeotron is a OOXML documents validator which can be used for
verification of export files in tests. Previously it was possible
to use it only from external repository with extra build steps.

Change-Id: Iae6ec3695fdfaf738d180405047ff04b2024c906
Reviewed-on: https://gerrit.libreoffice.org/27388
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-08-09 13:33:29 +00:00
Vasily Melenchuk
a59b6be085 odfvalidator support in export tests without external repositories
Fetching external tarball for Apache ODF Toolkit, configuration of
wrapper script for odf validator execution

Change-Id: I8b3824a91ebc6ddc196416e197b6c688964a13a9
Reviewed-on: https://gerrit.libreoffice.org/26596
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-07-21 01:47:02 +00:00
Thorsten Behrens
76c2125ee3 Add MS binary format validator support for wine
Run bffvalidator also from Linux, reportedly works from wine 1.9
upwards. Wraps stuff in a shell for path name conversion.

Change-Id: I3093b10bbbf89aaff97f63485b8ccadb417b3561
Reviewed-on: https://gerrit.libreoffice.org/26784
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2016-06-29 22:46:20 +00:00
Thorsten Behrens
656f639dc3 Ignore lo.png output from make dump-deps-png
Change-Id: I9d968a14db440a54e3accefb12e2d0a5685d0b37
2016-04-09 21:22:19 +02:00
Peter Foley
20a4b3a081 Properly ignore in-tree sdk and ndk
Change-Id: If8aa9647def6741ba01bd47c02d386c43abaf452
Reviewed-on: https://gerrit.libreoffice.org/21548
Reviewed-by: jan iversen <jani@documentfoundation.org>
Tested-by: jan iversen <jani@documentfoundation.org>
2016-01-18 07:33:09 +00:00
David Ostrovsky
1fd41f43eb Add build toolchain to upload LibreOffice API to Maven Central
Set up the toolchain to create sources and javadocs artifacts in
addition to JARs created during the build. Use Buck build tool for
that: [1]. This is a fork of Google's build tool Blaze, created by
Xooglers at Facebook. This build tool (like Blaze itself) uses
Python to write build files.

Add needed tools and build files to install LibreOffice API artifacts
to local Maven repository or deploy them to Maven Central.

To build all needed artifacts LibreOffice must be built regularly
with GNU make first. To build the rest of the API (sources and
javadocs):

  $> buck build api

To replace version number with upcoming release version:

  $> solenv/bin/version.py 5.1.0

To install the API to local Maven repository:

  $> buck build api_install

To deploy the API to Maven Central:

  $> buck build api_deploy

Detailed documentation is added to document the prerequisites and
the workflow to upload LibreOffice API to Maven Central.

* [1] https://buckbuild.com

Change-Id: Ibdd552a01110836703bc069abe829b9921491cac
Reviewed-on: https://gerrit.libreoffice.org/20343
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-12-03 23:32:11 +00:00
Maxim Monastirsky
89f8bc6340 .gitignore: remove duplicates
Change-Id: I3d735a7d16dd6aedc82f1ff162d3ba9e1040d787
2015-11-29 18:22:21 +02:00
Gulsah Kose
bc7a490af9 tdf#84628 Generated eclipse setting file for per module.
This patch generated a setting file for per module. When imported the
eclipsesettingfile.xml, underlined include lines are clearing up.
Setting file includes included file paths for per module and provides
correct build. .project file generator deleted because eclipse
is creating .project file and overriding it.

This adds a new property to the parser that stores each module.

Change-Id: Ia10bb37c7c3fdb444a5b79ddf502b962e8ee5736
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
2015-11-27 22:06:49 +01:00
Ashod Nakashian
6474336e36 Ignore Visual Studio project files
With `make vs2013-ide-integration` dozens of VS specific
project and solution files are generated. These add noise
and time to `git status` and make it harder to locate
new files.

Restored the exclusion of .vcxproj and .sln files and
added windows/ directory to the ignore list.

Change-Id: I64abe395824503a5eda25d70d7467ba3fa4e4aa8
Reviewed-on: https://gerrit.libreoffice.org/19972
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
2015-11-15 19:40:02 +00:00
Tor Lillqvist
43f38e717b Add a trivial Visual Studio solution with a single project to run soffice.bin
The intent is not that this will grow to anything that one could build
LibreOffice in. Some source files that one often needs to set
breakpoints in might be added.

This is in no way related to the "make vs2013-ide-integration" thing.

Change-Id: I9cb3007af1dd9bff653584ad3f82f917649ce8c0
2015-11-12 18:47:47 +02:00
Oliver Specht
fa91dd31f3 5th step to remove tools/rtti.hxx
tools/rtti.hxx removed
completed the interface of some Sdr.*  Items
and removed pseudo items

Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a
Reviewed-on: https://gerrit.libreoffice.org/19837
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-11-11 10:49:30 +00:00
Christian Lohmaier
ee8257a1c7 migrate android build to gradle
move preparation tasks (creating assets/processing files) from the
makefile into the gradle script

This allows much easier integration into android-studio (just open
android/source with android studio after running make to compile the
native library)

Change-Id: I9a9d6832797c24a7e195a1c7954cd6d20f5a8496
2015-10-11 02:03:13 +02:00
Stephan Bergmann
5067d31364 Remove setting Make SHELL completely from the build system
...this is a follow-up to efad388f75 "Clean up
Make SHELL handling," which broke out-of-tree builds.

There appears to be no good reason at all to fiddle with Make's own behavior of
determining its SHELL variable (which defaults to /bin/sh and can be overridden
via a SHELL=... command line argument when invoking Make).  The SHELL_BASH
fiddling in configure.ac and Makefile.in was probably cargo cult carried along
ever since 815f157c05 "CWS-TOOLING: integrate CWS
configuretoplevel," in a time when the OOo build system still defaulted to tcsh.

Change-Id: If906164abb6aae649ce8088d945a40213deed361
Reviewed-on: https://gerrit.libreoffice.org/19093
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
2015-10-02 10:07:40 +00:00
Stephan Bergmann
efad388f75 Clean up Make SHELL handling
* In configure.ac, honour a preset SHELL_BASH when determining SHELL_BASH (so it
  can be passed in via autogen.input).

* For both toplevel "make" and per-module "cd $module && make", consistenly use
  the SHELL_BASH determined in configure.ac as the Make SHELL.  (By moving the
  setting to a new, common soleng/gbuild/shell.mk.  This also exports SHELL as
  an environment variable to sub-processes now; this exporting can probably be
  reverted if it is not what is actually wanted---but note that this exporting
  of an environment variable to sub-processes is unrelated to how nested
  invocations of $(MAKE) obtain their Make SHELL setting, see below.)

* Remove the gb_SHELL override feature from solenv/gbuild/gbuild.mk; for one, it
  is unclear how it was intended to interact with setting SHELL=@SHELL_BASH@ in
  the toplevel Makefile; for another, overriding SHELL can be done globally via
  setting SHELL_BASH in autogen.input now.

* Make treats SHELL specially, in that it never uses the SHELL environment
  variable to determine the Make SHELL variable.  Instead, if this Make
  invocation, or any outer Make invocation it is nested in via calls of $(MAKE),
  was called with a SHELL=... command line argument, then that value is used
  (and otherwise the default is hardwired as /bin/sh).  So, when calling nested
  invocations of $(MAKE) from the toplevel Makefile, pass down the current SHELL
  value via a SHELL=... command line argument via GMAKE_OPTIONS.  (And further
  nested invocations of $(MAKE) will then automatically inherit the SHELL value
  given on the outer invocation's command line.)

Change-Id: I67fa1b88e4e90d09456c1fcad2d082fdce3c019b
2015-10-02 10:59:34 +02:00
Michel Renon
71ace48844 QtCreator integration : git must ignore .pro and .pro.user files.
Change-Id: Ifd21679fb7dd2b5c0c3bfe7726bf2c4d19897e21
Reviewed-on: https://gerrit.libreoffice.org/17467
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2015-08-02 13:15:44 +00:00
Zsolt Bölöny
d67f4ed258 Fix typo in .gitignore
Change-Id: Ibecee87ffe3ec6990e36952488668b790a8e54eb
Reviewed-on: https://gerrit.libreoffice.org/16076
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org>
2015-06-04 11:00:05 +00:00
Miklos Vajna
562d8f57f0 lokdocview: adapt Android path
Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182
2015-05-21 17:57:38 +01:00
Yurii Kolesnykov
80bbca88d3 An attempt to fix xcode-ide-integration
Added more Xcode specific files to .gitignore.
Made some properties common in gbuil-to-ide to avoid code duplication/bugs.
Xcode projects are broken for now.

Change-Id: I9530435ffe54158ae68ddae0581ac68f968af235
Reviewed-on: https://gerrit.libreoffice.org/15694
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-05-19 11:49:08 +00:00
Adolfo Jayme Barrientos
48f8144b9d .gitignore: Add stupid KDE .directory files
Change-Id: I22c5ee3e7ef7cd2b3b40953d114e01dd3d36e0cb
2015-05-09 12:33:55 -05:00
Thorsten Behrens
d677e27cfa Also ignore idutils DB file.
Change-Id: I8e50e66b0834547d10748594eac2be0b5e65e163
2015-04-01 10:23:52 +02:00
David Tardon
f47e0bed6e gbuild: allow to react on change in configured langs
Change-Id: I15492fcc687a21b740dc2d97a47485e2e760055f
2015-03-25 17:52:20 +01:00