fix crash on re-export of fdo50057-2.odt to odt
[LibreOffice.git] / .gitignore
blob374edb50a98a7fc1273e05e1c5318ba81368c0ad
2 # LibreOffice project .gitignore rules.
4 # Do not add you pet ignore rule here, use
5 # .git/info/exclude for per repo personal ignore or
6 # in the file specified by core.excludesfiles in your
7 # ~/.gitconfig
9 # As a rule of thumb:
10 # File that are generated by configure or the build
11 # but that are not deleted by make clean
12 # can be listed here... These must be deleted by maek distclean
14 # Files that are generated by the build but deleted by make clean
15 # should all be under workdir or instdir
16 # if that is not the case, don't hide it here, but try to fix it
18 # The intent is that after a make distclean, .gitignore
19 # should not catch anything but possibly /external/tarballs
22 # where stuff is built
23 /instdir
24 /instdir_for_build
25 /workdir
26 /workdir_for_build
27 /test-install
29 # default location for external downloads
30 /external/tarballs
32 # autoconf generated stuff
33 /aclocal.m4
34 /autom4te.cache
35 /autogen.input
36 /autogen.lastrun
37 /autogen.lastrun.bak
38 /ChangeLog
39 /config.Build.log
40 /config.guess
41 /config.log
42 /config.status
43 /config.parms
44 /config_host.mk
45 /config_host.mk.last
46 /config_host.mk.stamp
47 /config_build
48 /config_build.mk
49 /configure
50 /lo.xcent
51 /ure/source/unorc
52 /Makefile
53 /NEWS
54 /TODO
55 /README
56 /AUTHORS
57 /MAINTAINERS
59 # make tags
61 /tags
63 # backup and temporary editor files: the only convinience rules allowed here.
65 .*sw?
66 \#*
67 *.kdev4
68 .kdev_include_paths
70 # things below this point are targeted for elimination
72 #stuff that we should no generated where they are
73 /desktop/scripts/soffice.sh
74 /intltool-extract.in
75 /intltool-merge.in
76 /intltool-update.in
77 *.pyc
78 /install
79 /*/*.exe
80 /solenv/gdb/libreoffice/*.pyo
81 /solenv/gdb/libreoffice/util/*.pyo
82 /moz/zipped/*.zip
83 __pycache__
85 # OSX specific
86 .DS_Store
88 # Xcode specific
89 build
90 project.xcworkspace
91 xcuserdata
92 *.xuserstate
94 # MSVS specific
95 */Debug
96 *.sdf
97 *.sln
98 *.v11*
99 *.vcxproj*
100 *.opensdf
102 # doxygen output
103 /docs
105 # gdb config
106 /.gdbinit