tdf#69640: Treat errors opening OLE stream gracefully
[LibreOffice.git] / .gitignore
blob9a56535a8aac215d62913b1e99783ffa3efdaa04
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 make 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 /buck-out
24 /instdir
25 /instdir_for_build
26 /workdir
27 /workdir_for_build
28 /test-install
30 # default location for external downloads
31 /external/tarballs
33 # autoconf generated stuff
34 /aclocal.m4
35 /autom4te.cache
36 /autogen.input
37 /autogen.lastrun
38 /autogen.lastrun.bak
39 /ChangeLog
40 /config.Build.log
41 /config.guess
42 /config.log
43 /config.status
44 /config.parms
45 /config_host.mk
46 /config_host.mk.last
47 /config_host.mk.stamp
48 /config_host_lang.mk
49 /config_host_lang.mk.last
50 /config_host_lang.mk.stamp
51 /config_build
52 /config_build.mk
53 /config_build_lang.mk
54 /configure
55 /lo.xcent
56 /Makefile
57 /NEWS
58 /TODO
59 /README
60 /AUTHORS
61 /MAINTAINERS
63 # make id
64 /ID
66 # make tags
68 /tags
70 # make etags
71 /TAGS
73 # backup and temporary editor files: the only convenience rules allowed here.
75 .*sw?
76 \#*
77 *.kdev4
78 .kdev_include_paths
79 .buckd
80 .directory
81 .cproject
82 .project
83 .settings
84 .eclipsesettingfile
85 eclipsesettingfile.xml
87 # things below this point are targeted for elimination
89 #stuff that we should no generated where they are
90 /desktop/scripts/soffice.sh
91 /intltool-extract.in
92 /intltool-merge.in
93 /intltool-update.in
94 *.pyc
95 /install
96 /*/*.exe
97 /solenv/gdb/libreoffice/*.pyo
98 /solenv/gdb/libreoffice/util/*.pyo
99 /moz/zipped/*.zip
100 __pycache__
102 # OSX specific
103 .DS_Store
105 # Xcode specific
106 build/
107 *.pbxuser
108 !default.pbxuser
109 *.mode1v3
110 !default.mode1v3
111 *.mode2v3
112 !default.mode2v3
113 *.perspectivev3
114 !default.perspectivev3
115 xcuserdata
116 *.xcuserstate
117 *.xccheckout
118 *.moved-aside
119 DerivedData
120 *.xcodeproj
121 *.xcworkspace
123 # MSVS specific
124 */Debug
125 *.sdf
126 *.sln
127 *.v11*
128 *.v12*
129 *.vcxproj*
130 *.opensdf
131 !windows/*.sln
132 !windows/*.vcxproj*
134 # QtCreator specific
135 *.pro
136 *.pro.user
138 # doxygen output
139 /docs
141 # gdb config
142 /.gdbinit
143 /.gdb_history