lok: jsbuilder: avoid sending early id to client side
[LibreOffice.git] / .gitignore
blobc37494bd71cea73c7e33f66656735954e2c7730d
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 /bin/bffvalidator.sh
58 /bin/odfvalidator.sh
59 /bin/officeotron.sh
60 /hardened_runtime.xcent
61 /Makefile
62 /NEWS
63 /TODO
64 /README
65 /AUTHORS
66 /MAINTAINERS
68 # make id
69 /ID
71 # make tags
73 **/tags
74 **/.tags*
76 # make etags
77 /TAGS
79 # backup and temporary editor files: the only convenience rules allowed here.
81 .*sw?
82 \#*
83 .\#*
84 *.kdev4
85 .kdev_include_paths
86 .buckd
87 .directory
88 .cproject
89 .project
90 .settings
91 .eclipsesettingfile
92 eclipsesettingfile.xml
93 .clang_complete
94 .cxx_tags
95 .yavide_proj
96 .yavide_session
97 .vscode
98 *.code-workspace
100 # things below this point are targeted for elimination
102 #stuff that we should no generated where they are
103 /desktop/scripts/soffice.sh
104 /intltool-extract.in
105 /intltool-merge.in
106 /intltool-update.in
107 *.pyc
108 /install
109 /*/*.exe
110 /solenv/gdb/libreoffice/*.pyo
111 /solenv/gdb/libreoffice/util/*.pyo
112 /moz/zipped/*.zip
113 __pycache__
115 # OSX specific
116 .DS_Store
118 # Xcode specific
119 build/
120 *.pbxuser
121 !default.pbxuser
122 *.mode1v3
123 !default.mode1v3
124 *.mode2v3
125 !default.mode2v3
126 *.perspectivev3
127 !default.perspectivev3
128 xcuserdata
129 *.xcuserstate
130 *.xccheckout
131 *.moved-aside
132 DerivedData
133 *.xcworkspace
135 # MSVS specific
136 */Debug
137 *.sdf
138 *.sln
139 *.v11*
140 *.v12*
141 *.opensdf
142 *.vcxproj*
143 /.vs
144 /.vscode
145 *.VC.db
146 LibreOffice.VC.VC.opendb
148 # QtCreator specific
149 *.pro
150 *.pro.user
151 *.pro.user.*
153 # doxygen output
154 /docs
156 # make dump-deps output
157 /lo.png
159 # gdb config
160 /.gdbinit
161 /.gdb_history
163 # Codelite IDE specific
164 *.project
165 /.codelite
166 *.workspace
167 *.workspace.session
168 *.tags
170 # JetBrains Clion Specific
171 .idea
173 # Cscope
174 *.out
176 # Sublime Specific
177 *.sublime-project
178 *.sublime-workspace
180 # vim-ide-integration
181 /compile_commands.json