de2c6007fc
...and remove temporary file again. Change-Id: I199b054d8e7b87d1c9268abbe628393d480e42f7
118 lines
1.7 KiB
Text
118 lines
1.7 KiB
Text
# backup and temporary files
|
|
*~
|
|
.*sw?
|
|
\#*
|
|
.DS_Store
|
|
|
|
# StGit
|
|
.stgit-edit.txt
|
|
|
|
# python generated file
|
|
*.pyc
|
|
|
|
# where the downloads are located
|
|
/src
|
|
|
|
# the build directories
|
|
/*/unxlng??
|
|
/*/unxlng??.pro
|
|
/*/unxlng???
|
|
/*/unxlng???.pro
|
|
/*/wntmsc???
|
|
/*/wntmsc???.pro
|
|
/*/wntgcc?
|
|
/*/wntgcc?.pro
|
|
/*/unxmac??
|
|
/*/unxmac??.pro
|
|
/*/unx?bsd??
|
|
/*/unx?bsd??.pro
|
|
/*/unxdfly??
|
|
/*/unxdfly??.pro
|
|
/*/unxso???
|
|
/*/unxso???.pro
|
|
/*/unxaig??
|
|
/*/unxaig??.pro
|
|
/*/unxios?
|
|
/*/unxios?.pro
|
|
/*/unxand?
|
|
/*/unxand?.pro
|
|
/*/unx*.obsolete
|
|
/*/wnt*.obsolete
|
|
/*/callcatcher
|
|
/workdir
|
|
/instsetoo_native/util/LibreOffice
|
|
/instsetoo_native/util/LibreOffice_SDK
|
|
|
|
# autoconf generated stuff
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/autogen.lastrun
|
|
/autogen.lastrun.bak
|
|
/ChangeLog
|
|
/config.Build.log
|
|
/config.guess
|
|
/config.log
|
|
/config.status
|
|
/config.parms
|
|
/config_host.mk
|
|
/config_host.mk.last
|
|
/config_host.mk.stamp
|
|
/config_build.mk
|
|
/configure
|
|
/desktop/scripts/soffice.sh
|
|
/makefile.mk
|
|
/src.downloaded
|
|
/intltool-extract.in
|
|
/intltool-merge.in
|
|
/intltool-update.in
|
|
/NEWS
|
|
/TODO
|
|
/README
|
|
/AUTHORS
|
|
/MAINTAINERS
|
|
|
|
# misc
|
|
/file-lists
|
|
/cross-build-toolset.built
|
|
/build.log
|
|
/build_error.log
|
|
/install
|
|
/downloaded
|
|
/ID
|
|
/tags
|
|
/docs
|
|
/autogen.save
|
|
TAGS
|
|
|
|
/*/*.exe
|
|
|
|
# external dlls etc
|
|
/external/*/*.dll
|
|
/external/*/*.exe
|
|
/external/*/*.manifest
|
|
/external/*/*.txt
|
|
/external/*/*.msm
|
|
/moz/zipped/*.zip
|
|
|
|
# compiled python objects for gdb pretty printers
|
|
/solenv/gdb/libreoffice/*.py[co]
|
|
/solenv/gdb/libreoffice/util/*.py[co]
|
|
|
|
# test output files
|
|
test/user-template/user/psprint/pspfontcache
|
|
|
|
# MSVC debug information
|
|
/*/vc90.pdb
|
|
|
|
# libxslt debug memdump
|
|
.memdump
|
|
|
|
# LibreOffice lock files
|
|
.~lock.*#
|
|
|
|
# Somepeople love debugging
|
|
gdbtrace.log
|
|
valgrind.log
|
|
|
|
# Tubes test stuff
|
|
/tubes/qa/test-config.ini
|