summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2018-01-30Ignore Emacs lock filesStephan Bergmann1-0/+1
Change-Id: Idd754a4ecdd76ff6f6d0e2b848ea3526fc90dc54
2017-12-24.gitignore vscode ide filesAshod Nakashian1-0/+2
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 c6f01eb87f5e4c1c13b78fed26c70a91aa5bcbe2) Reviewed-on: https://gerrit.libreoffice.org/46676 (cherry picked from commit b3589dd6b4b4ed78b934187f21c96cbca51382f1) Reviewed-on: https://gerrit.libreoffice.org/46989 Tested-by: Jenkins <ci@libreoffice.org>
2017-08-29Added VisualStudioCode/unified MSDEV VC.dbArmin Le Grand1-1/+2
Change-Id: I5b32bb43e87dd1b3aa535611cc7228be05f3d6e4
2017-06-24gitignore: compile_commands.json is only top-levelMuhammet Kara1-1/+1
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-22gitignore: compile_commands.jsonMuhammet Kara1-0/+3
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-04-06Fix .gitignore after vs2015-ide-integration updateManfred Blume1-0/+3
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-04add *.vcxproj* to .gitignoreBernhard Widl1-2/+1
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-02-16ios, prepare for multiple targets.jan Iversen1-2/+0
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>
2016-12-12Add rules to gitignoreJaskaran Singh1-2/+13
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-11-01add Codelite files to .gitignoreNoel Grandin1-0/+7
Change-Id: I464748061b9df4d781ae49f4971f73d92f825bba
2016-09-21Ignore temporary editor/tool filesAshod Nakashian1-0/+4
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-08-09officeotron usage in export tests without external dependenciesVasily Melenchuk1-0/+1
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-07-21odfvalidator support in export tests without external repositoriesVasily Melenchuk1-0/+1
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-06-29Add MS binary format validator support for wineThorsten Behrens1-0/+1
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-04-09Ignore lo.png output from make dump-deps-pngThorsten Behrens1-0/+3
Change-Id: I9d968a14db440a54e3accefb12e2d0a5685d0b37
2016-01-18Properly ignore in-tree sdk and ndkPeter Foley1-0/+2
Change-Id: If8aa9647def6741ba01bd47c02d386c43abaf452 Reviewed-on: https://gerrit.libreoffice.org/21548 Reviewed-by: jan iversen <jani@documentfoundation.org> Tested-by: jan iversen <jani@documentfoundation.org>
2015-12-03Add build toolchain to upload LibreOffice API to Maven CentralDavid Ostrovsky1-0/+2
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-11-29.gitignore: remove duplicatesMaxim Monastirsky1-4/+0
Change-Id: I3d735a7d16dd6aedc82f1ff162d3ba9e1040d787
2015-11-27tdf#84628 Generated eclipse setting file for per module.Gulsah Kose1-0/+5
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-15Ignore Visual Studio project filesAshod Nakashian1-0/+4
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-12Add a trivial Visual Studio solution with a single project to run soffice.binTor Lillqvist1-2/+0
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-115th step to remove tools/rtti.hxxOliver Specht1-0/+4
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-10-11migrate android build to gradleChristian Lohmaier1-1/+0
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-02Remove setting Make SHELL completely from the build systemStephan Bergmann1-1/+0
...this is a follow-up to efad388f756014a7df5ed6f8e4ce417d24e9aba9 "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 815f157c05ebc20e91a050823f048a977b8ae103 "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-02Clean up Make SHELL handlingStephan Bergmann1-0/+1
* 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-08-02QtCreator integration : git must ignore .pro and .pro.user files.Michel Renon1-0/+4
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-06-04Fix typo in .gitignoreZsolt Bölöny1-1/+1
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-05-21lokdocview: adapt Android pathMiklos Vajna1-1/+1
Change-Id: I786fd580b3d08fa076eeb2bf90bd23b09c9f8182
2015-05-19An attempt to fix xcode-ide-integrationYurii Kolesnykov1-3/+15
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-09.gitignore: Add stupid KDE .directory filesAdolfo Jayme Barrientos1-0/+1
Change-Id: I22c5ee3e7ef7cd2b3b40953d114e01dd3d36e0cb
2015-04-01Also ignore idutils DB file.Thorsten Behrens1-0/+3
Change-Id: I8e50e66b0834547d10748594eac2be0b5e65e163
2015-03-25gbuild: allow to react on change in configured langsDavid Tardon1-0/+4
Change-Id: I15492fcc687a21b740dc2d97a47485e2e760055f
2015-03-22.gitignore: Spelling.Adolfo Jayme Barrientos1-1/+1
Change-Id: I6d54f0aa3978996427551b429f88a74e81b90037
2015-01-21Also ignore Visual Studio 2013 filesVort1-0/+1
Change-Id: I21bba16d70f9f8c43b60b2bd2a5005a888d0c11d Reviewed-on: https://gerrit.libreoffice.org/14073 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-11-11add 'make etags' to generate etagsTakeshi Abe1-0/+3
Change-Id: Id87f71b6d31720173f0c5ec2a4fc395065223b79 Reviewed-on: https://gerrit.libreoffice.org/12300 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-07Proper AC_CONFIG_FILE treatmentStephan Bergmann1-0/+1
Change-Id: Ic029d0d174a00af783fd276852231523aae59866
2014-09-18Had /ure/source/unorc twice in hereTor Lillqvist1-1/+0
Change-Id: Ia54dd005d7d3fb71eac646e1e24bc7c6b43410f5
2014-09-17The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mkTor Lillqvist1-1/+0
So no need to expand it at configure time in ure/source/unorc, and no need to handle the related builddir!=srcdir complications. Change-Id: Ifa34d25fab9ad2da13ed039bf6c5921b0fb58703
2014-08-18.gitignore /.gdb_historyJan-Marek Glogowski1-0/+1
Change-Id: I254c0104010cc1a1c12bbf1af048966de66924e6 Reviewed-on: https://gerrit.libreoffice.org/10973 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-08-12git-ignore ure/source/unorcLionel Elie Mamane1-0/+1
Change-Id: If6526bfa6cbbb74c32325cf03e2845957fec7be6
2014-08-11Add ure/source/unorcTor Lillqvist1-0/+1
Change-Id: I9439a00d2186696a4891e5eefad066d50917f9c7
2014-05-01Git: ignore autogen, doxygen and gdb config filesJan-Marek Glogowski1-0/+8
Adds some additional files to .gitignore. Change-Id: Ia5af298a91919fe00392282c0e5bb88fa2811a52 Reviewed-on: https://gerrit.libreoffice.org/8437 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-24Add file extensions from MSVS to gitignore fileAnderson Roberto1-0/+8
Change-Id: Icb976111a3442eff2cd3ba0b015eef7067fe7006 Reviewed-on: https://gerrit.libreoffice.org/7582 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-06.gitignore: add test-install/Michael Stahl1-2/+3
Change-Id: I41c617e27f34f730a3905fca67d841bdf237b5fe
2013-12-05Ignore also instdir_for_build and workdir_for_buildTor Lillqvist1-0/+2
Change-Id: I2e6a26cd1e54ad28ec27f2205262413db039a136
2013-11-21Save downloaded tarballs under external/tarballs/Norbert Thiebaud1-2/+2
The choice of src/ as a place to save those tarballs was unfortunate, since it is used everywhere else for own source code. After moving all external modules to external/, it makes sense to put the tarballs there too and, while at it, use a more appropriate name. If src exist as a directory, we move it to external/tarballs and leave a link behind for backward compat for people switching from after to before the change in the git repo. Change-Id: I045c4470945f5fadf7760855833ef58e6594ec80 Reviewed-on: https://gerrit.libreoffice.org/6597 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-11-19related fdo#70414 gbuild to ide: kdevelopBjoern Michaelsen1-0/+2
This provides kdevelop integration and generates one project file for each old-style module (top level dir). This project file has: - has four build configurations: - build the module of the project or build all of LibreOffice - for each of the above a debug and a nondebug build - has seven launch targets: - running the unitchecks, the slowchecks and subsequentchecks - for each of the above once for the module and once for all - running LibreOffice interactively - has custom include paths and thus provides full autocompletion Change-Id: I6dd51133147d019fc403e3bd814bc6103df94cac Reviewed-on: https://gerrit.libreoffice.org/6694 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-10-31solver doesn't solve anything...Michael Stahl1-2/+1
... it is an abbreviation of "Solar Version". Since nobody can remember that: remove OUTDIR OUTDIR_FOR_BUILD SOLARVER SOLARVERSION solarpath and any mention thereof. Change-Id: Idb3031c4f25a76ac05b22ec67e3ca3e1e8e512ad Reviewed-on: https://gerrit.libreoffice.org/6515 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-10-26.gitignore: ignore "tags"Michael Stahl1-6/+4
Change-Id: I79dc9c9bb2ad299adb6b06b66410d12a9b77c3cd
2013-08-31move XCode specific gitignore to top level so that all XCode projects are cleanSiqi LIU1-0/+7