Bump for 3.6-28
[LibreOffice.git] / .gitignore
blobc1aef58fce2b0c3ab9c68e25cd228b7e4f15c4ff
1 # backup and temporary files
2 *~
3 .*sw?
4 \#*
5 .DS_Store
7 # StGit
8 .stgit-edit.txt
10 # python generated file
11 *.pyc
13 # where the 'subrepos' and downloads are located
14 /clone
15 /src
17 # the build directories
18 /*/unxlng??
19 /*/unxlng??.pro
20 /*/unxlng???
21 /*/unxlng???.pro
22 /*/wntmsc???
23 /*/wntmsc???.pro
24 /*/wntgcc?
25 /*/wntgcc?.pro
26 /*/unxmac??
27 /*/unxmac??.pro
28 /*/unx?bsd??
29 /*/unx?bsd??.pro
30 /*/unxdfly??
31 /*/unxdfly??.pro
32 /*/unxso???
33 /*/unxso???.pro
34 /*/unxaig??
35 /*/unxaig??.pro
36 /*/unxios?
37 /*/unxios?.pro
38 /*/unxand?
39 /*/unxand?.pro
40 /*/unx*.obsolete
41 /*/wnt*.obsolete
42 /*/callcatcher
43 /workdir
44 /solver
45 /instsetoo_native/util/LibreOffice
46 /instsetoo_native/util/LibreOffice_SDK
48 # autoconf generated stuff
49 /aclocal.m4
50 /autom4te.cache
51 /autogen.lastrun
52 /autogen.lastrun.bak
53 /ChangeLog
54 /config.guess
55 /config.log
56 /config.status
57 /config.parms
58 /config_host.mk
59 /config_host.mk.last
60 /config_build.mk
61 /configure
62 /desktop/scripts/soffice.sh
63 /makefile.mk
64 /post_download
65 /bin/repo-list
66 /src.downloaded
67 /ooo.lst
68 /intltool-extract.in
69 /intltool-merge.in
70 /intltool-update.in
71 /NEWS
72 /TODO
73 /README
74 /AUTHORS
75 /MAINTAINERS
77 # misc
78 /file-lists
79 /cross-build-toolset.built
80 /set_soenv.stamp
81 /warn
82 /build.log
83 /build_error.log
84 /post_download.log
85 /install
86 /downloaded
87 /ID
88 /tags
89 /docs
90 /autogen.save
91 TAGS
93 /*/*.exe
95 # external dlls etc
96 /external/*/*.dll
97 /external/*/*.exe
98 /external/*/*.manifest
99 /external/*/*.txt
100 /external/*/*.msm
101 /moz/zipped/*.zip
102 /extras/source/extensions
104 # links to the other repositories
105 /binfilter
106 /dictionaries
107 /helpcontent2
108 /translations
110 # compiled python objects for gdb pretty printers
111 /solenv/gdb/libreoffice/*.py[co]
112 /solenv/gdb/libreoffice/util/*.py[co]
114 # botstrap generated tool
115 /solenv/bin/concat-deps
116 /solenv/bin/concat-deps.exe
118 # test output files
119 test/user-template/user/psprint/pspfontcache
121 # MSVC debug information
122 /*/vc90.pdb
124 # libxslt debug memdump
125 .memdump
127 # LibreOffice lock files
128 .~lock.*#
130 # Somepeople love debugging
131 gdbtrace.log
132 valgrind.log