lok: re-load UNO bootstrap pieces and set UserInstallation on second init.
[LibreOffice.git] / .gitignore
blobde258c9e43e10e9d3d31c456f10d1328d43d0a76
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
32 /external/android-ndk
33 /external/android-sdk-linux
35 # autoconf generated stuff
36 /aclocal.m4
37 /autom4te.cache
38 /autogen.input
39 /autogen.lastrun
40 /autogen.lastrun.bak
41 /ChangeLog
42 /config.Build.log
43 /config.guess
44 /config.log
45 /config.status
46 /config.parms
47 /config_host.mk
48 /config_host.mk.last
49 /config_host.mk.stamp
50 /config_host_lang.mk
51 /config_host_lang.mk.last
52 /config_host_lang.mk.stamp
53 /config_build
54 /config_build.mk
55 /config_build_lang.mk
56 /configure
57 /lo.xcent
58 /bin/bffvalidator.sh
59 /bin/odfvalidator.sh
60 /Makefile
61 /NEWS
62 /TODO
63 /README
64 /AUTHORS
65 /MAINTAINERS
67 # make id
68 /ID
70 # make tags
72 /tags
74 # make etags
75 /TAGS
77 # backup and temporary editor files: the only convenience rules allowed here.
79 .*sw?
80 \#*
81 *.kdev4
82 .kdev_include_paths
83 .buckd
84 .directory
85 .cproject
86 .project
87 .settings
88 .eclipsesettingfile
89 eclipsesettingfile.xml
91 # things below this point are targeted for elimination
93 #stuff that we should no generated where they are
94 /desktop/scripts/soffice.sh
95 /intltool-extract.in
96 /intltool-merge.in
97 /intltool-update.in
98 *.pyc
99 /install
100 /*/*.exe
101 /solenv/gdb/libreoffice/*.pyo
102 /solenv/gdb/libreoffice/util/*.pyo
103 /moz/zipped/*.zip
104 __pycache__
106 # OSX specific
107 .DS_Store
109 # Xcode specific
110 build/
111 *.pbxuser
112 !default.pbxuser
113 *.mode1v3
114 !default.mode1v3
115 *.mode2v3
116 !default.mode2v3
117 *.perspectivev3
118 !default.perspectivev3
119 xcuserdata
120 *.xcuserstate
121 *.xccheckout
122 *.moved-aside
123 DerivedData
124 *.xcodeproj
125 *.xcworkspace
127 # MSVS specific
128 */Debug
129 *.sdf
130 *.sln
131 *.v11*
132 *.v12*
133 *.vcxproj*
134 *.opensdf
135 !windows/*.sln
136 !windows/*.vcxproj*
138 # QtCreator specific
139 *.pro
140 *.pro.user
142 # doxygen output
143 /docs
145 # make dump-deps output
146 /lo.png
148 # gdb config
149 /.gdbinit
150 /.gdb_history