kill multi repo support: BuildDirs and gbuild.mk, GNUmakefile.mk
[LibreOffice.git] / .gitignore
blobe102c36fe650935054a8c3054130d4f5cc52d12c
1 # backup and temporary files
2 *~
3 .*.sw[op]
5 # python generated file
6 *.pyc
8 # where the 'subrepos' and downloads are located
9 /clone
10 /src
12 # the build directories
13 /*/unxlng??
14 /*/unxlng??.pro
15 /*/unxlng???
16 /*/unxlng???.pro
17 /*/wntmsc???
18 /*/wntmsc???.pro
19 /*/wntgcc?
20 /*/wntgcc?.pro
21 /*/unxmac??
22 /*/unxmac??.pro
23 /*/unx?bsd??
24 /*/unx?bsd??.pro
25 /*/unxdfly??
26 /*/unxdfly??.pro
27 /*/unxso???
28 /*/unxso???.pro
29 /*/unxaig??
30 /*/unxaig??.pro
31 /*/unxios?
32 /*/unxios?.pro
33 /*/unxand?
34 /*/unxand?.pro
35 /*/unx*.obsolete
36 /*/wnt*.obsolete
37 /*/callcatcher
38 /workdir
39 /solver
40 /instsetoo_native/util/LibreOffice
41 /instsetoo_native/util/LibreOffice_SDK
43 # autoconf generated stuff
44 /aclocal.m4
45 /autom4te.cache
46 /autogen.lastrun
47 /ChangeLog
48 /config.guess
49 /config.log
50 /config.status
51 /config.parms
52 /configure
53 /desktop/scripts/soffice.sh
54 /Makefile
55 /makefile.mk
56 /set_soenv
57 /post_download
58 /bin/repo-list
59 /src.downloaded
60 /ooo.lst
62 # misc
63 /file-lists
64 /cross-build-toolset.built
65 /set_soenv.last
66 /set_soenv.stamp
67 /warn
68 /build.log
69 /build_error.log
70 /post_download.log
71 /install
72 /downloaded
73 /Env.Build.sh
74 /Env.Host.sh
75 /ID
76 /tags
77 /docs
78 /autogen.save
80 /*/*.exe
82 # external dlls etc
83 /external/*/*.dll
84 /external/*/*.exe
85 /external/*/*.manifest
86 /external/*/*.txt
87 /moz/zipped/*.zip
88 /extras/source/extensions
90 # links to the other repositories
91 /binfilter
92 /dictionaries
93 /helpcontent2
94 /translations
96 # compiled python objects for gdb pretty printers
97 /solenv/gdb/libreoffice/*.py[co]
98 /solenv/gdb/libreoffice/util/*.py[co]
100 # test output files
101 test/user-template/user/psprint/pspfontcache
103 # MSVC debug information
104 /*/vc90.pdb
106 # libxslt debug memdump
107 .memdump
109 #LibreOffice lock files
110 .~lock.*#