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