make gbuild makefiles run independant of pwd again
[LibreOffice.git] / .gitignore
bloba7f5466caa9519a72e0040d5d6009931f9cdd060
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
57 /makefile.mk
58 /set_soenv
59 /post_download
60 /bin/repo-list
61 /src.downloaded
62 /ooo.lst
63 /intltool-extract.in
64 /intltool-merge.in
65 /intltool-update.in
66 /NEWS
67 /TODO
68 /README
69 /AUTHORS
70 /MAINTAINERS
72 # misc
73 /file-lists
74 /cross-build-toolset.built
75 /set_soenv.last
76 /set_soenv.stamp
77 /warn
78 /build.log
79 /build_error.log
80 /post_download.log
81 /install
82 /downloaded
83 /Env.Build.sh
84 /Env.Host.sh
85 /ID
86 /tags
87 /docs
88 /autogen.save
89 TAGS
91 /*/*.exe
93 # external dlls etc
94 /external/*/*.dll
95 /external/*/*.exe
96 /external/*/*.manifest
97 /external/*/*.txt
98 /moz/zipped/*.zip
99 /extras/source/extensions
101 # links to the other repositories
102 /binfilter
103 /dictionaries
104 /helpcontent2
105 /translations
107 # compiled python objects for gdb pretty printers
108 /solenv/gdb/libreoffice/*.py[co]
109 /solenv/gdb/libreoffice/util/*.py[co]
111 # test output files
112 test/user-template/user/psprint/pspfontcache
114 # MSVC debug information
115 /*/vc90.pdb
117 # libxslt debug memdump
118 .memdump
120 # LibreOffice lock files
121 .~lock.*#
123 # Everyone loves patching
124 *.orig
125 *.rej
127 # Somepeople love debugging
128 gdbtrace.log
129 valgrind.log