summaryrefslogtreecommitdiff
path: root/.gitignore
blob: eab21d94ac9ea162c2d8a20deebd0253249de1c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# backup and temporary files
*~
.*sw?
\#*
.DS_Store

# StGit
.stgit-edit.txt

# python generated file
*.pyc

# where the 'subrepos' and downloads are located
/clone
/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
/solver
/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_build.mk
/configure
/desktop/scripts/soffice.sh
/makefile.mk
/post_download
/bin/repo-list
/src.downloaded
/ooo.lst
/intltool-extract.in
/intltool-merge.in
/intltool-update.in
/NEWS
/TODO
/README
/AUTHORS
/MAINTAINERS

# misc
/file-lists
/cross-build-toolset.built
/set_soenv.stamp
/warn
/build.log
/build_error.log
/post_download.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

# links to the other repositories
/binfilter
/dictionaries
/helpcontent2
/translations

# compiled python objects for gdb pretty printers
/solenv/gdb/libreoffice/*.py[co]
/solenv/gdb/libreoffice/util/*.py[co]

# botstrap generated tool
/solenv/bin/concat-deps
/solenv/bin/concat-deps.exe

# 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
n README.crossMatúš Kukan 2013-03-01MinGW: 2 more paths updated.Jan Holesovsky 2013-03-01MinGW: Update the installation location.Jan Holesovsky 2013-02-24remove obsolete mozilla options for cross compilationDavid Ostrovsky 2013-02-16remove zenity configure optionMatúš Kukan 2012-11-29Always use Java target version 1.5Tor Lillqvist 2012-11-25Update to be able to at least start the MinGW build again.Jan Holesovsky 2012-11-25Update MinGW build reqs.Jan Holesovsky 2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann 2012-11-20README.cross: typoMiklos Vajna 2012-11-16README.cross: update Android arm configure optionsMiklos Vajna 2012-11-14dropped obsolete --with-system-gettext configure optionEnrico Weigelt, metux ITS