Fix a UITest on Windows
[LibreOffice.git] / .gitignore
blob3e5bfc0d3f5b0da25e89f763f2bcfa1ddc7172bc
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.Build.warn
44 /config.guess
45 /config.log
46 /config.status
47 /config.parms
48 /config.warn
49 /config_host.mk
50 /config_host.mk.last
51 /config_host.mk.stamp
52 /config_host_lang.mk
53 /config_host_lang.mk.last
54 /config_host_lang.mk.stamp
55 /config_build
56 /config_build.mk
57 /config_build_lang.mk
58 /configure
59 /bin/bffvalidator.sh
60 /bin/odfvalidator.sh
61 /bin/officeotron.sh
62 /hardened_runtime.xcent
63 /vs-code.code-workspace.template
64 /Makefile
66 # make id
67 /ID
69 # make tags
71 **/tags
72 **/.tags*
74 # make etags
75 /TAGS
77 # backup and temporary editor files: the only convenience rules allowed here.
79 .*sw?
80 \#*
81 .\#*
82 *.kdev4
83 .kdev_include_paths
84 .buckd
85 .directory
86 .cproject
87 .project
88 .settings
89 .eclipsesettingfile
90 eclipsesettingfile.xml
91 .clang_complete
92 .cxx_tags
93 .yavide_proj
94 .yavide_session
95 .vscode
96 *.code-workspace
97 .mold-*
99 # things below this point are targeted for elimination
101 #stuff that we should no generated where they are
102 /desktop/scripts/soffice.sh
103 /intltool-extract.in
104 /intltool-merge.in
105 /intltool-update.in
106 *.pyc
107 /install
108 /*/*.exe
109 /solenv/gdb/libreoffice/*.pyo
110 /solenv/gdb/libreoffice/util/*.pyo
111 /moz/zipped/*.zip
112 __pycache__
114 # OSX specific
115 .DS_Store
117 # Xcode specific
118 build/
119 *.pbxuser
120 !default.pbxuser
121 *.mode1v3
122 !default.mode1v3
123 *.mode2v3
124 !default.mode2v3
125 *.perspectivev3
126 !default.perspectivev3
127 xcuserdata
128 *.xcuserstate
129 *.xccheckout
130 *.moved-aside
131 DerivedData
132 *.xcworkspace
134 # MSVS specific
135 */Debug
136 *.sdf
137 *.sln
138 *.v11*
139 *.v12*
140 *.opensdf
141 *.vcxproj*
142 /.vs
143 /.vscode
144 *.VC.db
145 LibreOffice.VC.VC.opendb
147 # Qt Creator specific
148 *.pro
149 *.pro.shared
150 *.pro.user
151 *.pro.user.*
152 .qtc_clangd
154 # doxygen output
155 /docs
157 # make dump-deps output
158 /lo.png
160 # gdb config
161 /.gdbinit
162 /.gdb_history
164 # Codelite IDE specific
165 *.project
166 /.codelite
167 *.workspace
168 *.workspace.session
169 *.tags
171 # JetBrains Clion Specific
172 .idea
174 # Cscope
175 *.out
177 # Sublime Specific
178 *.sublime-project
179 *.sublime-workspace
181 # vim-ide-integration
182 /compile_commands.json
184 # Some emscripten configure artifacts
185 /a.out
186 /a.wasm
187 /a.out.js
188 /a.out.wasm
190 # lockfile config header
191 /solenv/lockfile/autoconf.h
193 # Android builds
194 /android/jniLibs/
195 /android/obj/