summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2012-03-16add autogen.lastrun.bak to .gitignoreLuboš Luňák1-0/+1
2012-02-18do not hide patch-related file (.orig .rej)Norbert Thiebaud1-5/+0
If you want to hide them, add the rule in you local git set-up. see git config --global core.excludesfiles fo more info
2012-02-05coup de grace for Env.Host.sh and associated filesNorbert Thiebaud1-4/+1
2011-12-24prep work to eliminated Env.*.sh, introduce config_{host,build}.mkNorbert Thiebaud1-0/+2
This introduce config_host.mk and config_build.mk generated from config_host.mk.in The intent is for that file to be both sourcable in a shell and includable in a gnu Makefile. Eventually all the environment set-up will be in config_host.mk.in and so there won't be a need to source anything in shell before make.
2011-12-20ignore concat-deps on cygwinPeter Foley1-0/+1
2011-12-20ignore merge modulesPeter Foley1-0/+1
2011-12-19.gitignore: better VIM swp patternMichael Stahl1-1/+4
2011-12-17use a c-version of concat-deps.plNorbert Thiebaud1-0/+3
This touch configure.in with a trivial space removal to force a ./bootstrap on the tinderboxes This make ./bootstrap build a 'build-side' executable concat-deps and modify LinkTarget.mk to use it instead of concat-deps.pl The impact is a conservative x10 times improvement in both elapsed and cpu time in overhead due to DEP generations. time make -sr build in tail_build after removing workdir/$INPATH/Dep/LinkTarget/Library/* (all on Intel X3360, 2.83GHz, 4-core) before: elapsed: 116.5 cpu: 115.9 after elapsed: 24.3 cpu: 23.9 base (no dep processing, i.e no rm of Dep/...) elapsed: 17.5 cpu: 17.4 overhead ratio: elapsed: 14.5x cpu: 15x same with -j6 before: elapsed: 47 cpu: 116 after: elapsed: 20.8 cpu: 24 base: elapsed: 17.5 cpu: 17.5 overhead ratio: elapsed: 9x cpu: 15x Note: for now the executable is generated directly in the source tree (in solevn/bin ). That is not ideal. It and other similar polution should be moved, to workdir most likely.. For now we just hide the mess under the .gitignore carpet
2011-12-12Add .DS_StoreTor Lillqvist1-0/+1
2011-11-29Makefile.in -- die, die, die!Bjoern Michaelsen1-1/+0
2011-11-16gitignore debugging droppingsCaolán McNamara1-0/+4
2011-11-16add utility script and build_env to avoid sourcing Env.Host.shNorbert Thiebaud1-0/+1
The goal is to able to do partial build without having to source Env.Host.sh into one's environment There is 2 way to use this: 1/ copy the scripts lo_find_src_root and lo_proxy_start somewhere in your PATH, and then you can add alias build='lo_proxy_start build' alias deliver='lo_proxy_start deliver' in your .bashrc at that point you can use build and deliver anywhere in the source tree without the need to source anything. This allow you to switch from one source tree to another. the proper SRC_ROOT will be determined automatically based on the current working directory 2/ source build_env build_env only source the bare minimum to allow build and make to work for the associated source tree. If you want to work in a diffrent tree, you need to resource
2011-11-15.gitignore: do not ignore *.patchMichael Stahl1-1/+0
2011-11-07hush more kinds of file typesMichael Meeks1-1/+16
2011-10-18ignore callcatcher dirsCaolán McNamara1-0/+1
2011-10-10ignore libxslt .memdump and LibO lock filesCaolán McNamara1-0/+6
2011-10-07ignore downloaded extensionsPeter Foley1-0/+1
2011-10-07bootstrap.1 is not usefull anymore use bootsrap directlyNorbert Thiebaud1-1/+0
2011-10-03Add pspfontcache to gitignore.Tomas Chvatal1-0/+3
2011-09-21Ignore the MSVC vc90.pdb filesTor Lillqvist1-0/+2
2011-09-20Add file-lists/ folder to gitignore.Tomas Chvatal1-0/+1
2011-09-19Ignore config.params file.Tomas Chvatal1-0/+1
2011-09-18Remove config.parmsPeter Foley1-1/+0
The functionality provided by config.parms (saving the arguments given to configure) has been superseded by autogen.lastrun.
2011-09-15make the needed change to soffice.sh at configure timeDavid Tardon1-0/+1
2011-09-06clean visibility.cxxPeter Foley1-1/+0
The visibility configure test failed to clean up visibility.cxx. This patch fixes that.
2011-08-29Ignore pyc files in gitCédric Bosdonnat1-0/+3
2011-08-29ignore obsoleted builddirsDavid Tardon1-0/+2
2011-08-29ignore compiled python objects for gdb pretty printersDavid Tardon1-0/+4
2011-08-28Add build_error.log to .gitignoreKorrawit Pruegsanusak1-0/+1
2011-08-19Allow parallel build of the the cross build toolset.Jan Holesovsky1-0/+1
Plus various minor build tweaks.
2011-08-16Add the external dlls, exes etcTor Lillqvist1-0/+7
2011-08-06adjust .gitignore for new combined repoNorbert Thiebaud1-209/+1
2011-07-26git ignore workdir and clean it on make cleaNorbert Thiebaud1-1/+2
2011-07-26Add Env.Host.sh, drop the old *.Set.shTor Lillqvist1-1/+1
2011-06-12Add post_download.log and Env.Build.shTor Lillqvist1-0/+2
2011-06-01Ignore installation dirs in instsetoo_native.Jan Holesovsky1-0/+2
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-1/+8
Conflicts: Makefile.in Repository.mk autogen.sh bin/lo-commit-stat configure.in distro-configs/LibreOfficeOpenBSD.conf distro-configs/LibreOfficeWin32.conf instsetoo_native/util/openoffice.lst ooo.lst.in scp2/source/ooo/module_langpack.ulf set_soenv.in solenv/bin/ooinstall solenv/gbuild/CppunitTest.mk solenv/gbuild/Library.mk solenv/gbuild/LinkTarget.mk solenv/gbuild/TargetLocations.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/solaris.mk solenv/gbuild/platform/unxgcc.mk solenv/gbuild/platform/windows.mk solenv/inc/minor.mk solenv/inc/settings.mk tail_build/prj/makefile.mk
2011-05-19Add the wntgcc directoriesTor Lillqvist1-0/+2
2011-05-18Add config.guess to .gitignoreNiko Rönkkö1-0/+1
Added pattern '/config.guess' to gitignore file.
2011-05-18Add libvisioTor Lillqvist1-0/+1
2011-05-17More cross-compiling workTor Lillqvist1-1/+0
AC_SUBST also EXEEXT_FOR_BUILD and use that in Makefile.in. As winemv.set.sh is now called WindowsMSVCEnv.Set.sh, with capital E and S like all the others, we can simplify the glob pattern for the Set.sh file. Don't attempt to download and/or run unpackers for dependencies relevant only when using MSVC if using MinGW. Misc other Windows host vs. build fixes.
2011-05-16Add Android directoriesTor Lillqvist1-0/+2
2011-05-13Add iOS directoriesTor Lillqvist1-0/+2
2011-05-07Add /instsetoo_native to .gitignoreJoseph Powers1-0/+2
2011-04-29Update .gitignore with the new modules.Jan Holesovsky1-0/+8
2011-04-26ignore generated ooo.lstAndras Timar1-0/+1
2011-04-01add ct2n and translations into .gitignorePetr Mladek1-0/+2
2011-03-26add translate_toolkit to .gitignoreCaolán McNamara1-0/+1
2011-03-25add unxlngppc to gitignoreCaolán McNamara1-0/+2
2011-03-24add smoketestdoc to .gitignoreCaolán McNamara1-0/+1