WASM UNO: add a minimal dummy bridge
[LibreOffice.git] / .gitignore
blobfe93465e832e05db6b86d5e2ae05e780c850e445
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
98 # things below this point are targeted for elimination
100 #stuff that we should no generated where they are
101 /desktop/scripts/soffice.sh
102 /intltool-extract.in
103 /intltool-merge.in
104 /intltool-update.in
105 *.pyc
106 /install
107 /*/*.exe
108 /solenv/gdb/libreoffice/*.pyo
109 /solenv/gdb/libreoffice/util/*.pyo
110 /moz/zipped/*.zip
111 __pycache__
113 # OSX specific
114 .DS_Store
116 # Xcode specific
117 build/
118 *.pbxuser
119 !default.pbxuser
120 *.mode1v3
121 !default.mode1v3
122 *.mode2v3
123 !default.mode2v3
124 *.perspectivev3
125 !default.perspectivev3
126 xcuserdata
127 *.xcuserstate
128 *.xccheckout
129 *.moved-aside
130 DerivedData
131 *.xcworkspace
133 # MSVS specific
134 */Debug
135 *.sdf
136 *.sln
137 *.v11*
138 *.v12*
139 *.opensdf
140 *.vcxproj*
141 /.vs
142 /.vscode
143 *.VC.db
144 LibreOffice.VC.VC.opendb
146 # QtCreator specific
147 *.pro
148 *.pro.shared
149 *.pro.user
150 *.pro.user.*
152 # doxygen output
153 /docs
155 # make dump-deps output
156 /lo.png
158 # gdb config
159 /.gdbinit
160 /.gdb_history
162 # Codelite IDE specific
163 *.project
164 /.codelite
165 *.workspace
166 *.workspace.session
167 *.tags
169 # JetBrains Clion Specific
170 .idea
172 # Cscope
173 *.out
175 # Sublime Specific
176 *.sublime-project
177 *.sublime-workspace
179 # vim-ide-integration
180 /compile_commands.json
182 # Some emscripten configure artifacts
183 /a.out
184 /a.wasm
185 /a.out.js
186 /a.out.wasm
188 # lockfile config header
189 /solenv/lockfile/autoconf.h