set Referer on loading IFrames
[LibreOffice.git] / .gitignore
blobc0a41f579713def771d79b816b0fb2d1a7238ccf
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 /Makefile
65 # make id
66 /ID
68 # make tags
70 **/tags
71 **/.tags*
73 # make etags
74 /TAGS
76 # backup and temporary editor files: the only convenience rules allowed here.
78 .*sw?
79 \#*
80 .\#*
81 *.kdev4
82 .kdev_include_paths
83 .buckd
84 .directory
85 .cproject
86 .project
87 .settings
88 .eclipsesettingfile
89 eclipsesettingfile.xml
90 .clang_complete
91 .cxx_tags
92 .yavide_proj
93 .yavide_session
94 .vscode
95 *.code-workspace
97 # things below this point are targeted for elimination
99 #stuff that we should no generated where they are
100 /desktop/scripts/soffice.sh
101 /intltool-extract.in
102 /intltool-merge.in
103 /intltool-update.in
104 *.pyc
105 /install
106 /*/*.exe
107 /solenv/gdb/libreoffice/*.pyo
108 /solenv/gdb/libreoffice/util/*.pyo
109 /moz/zipped/*.zip
110 __pycache__
112 # OSX specific
113 .DS_Store
115 # Xcode specific
116 build/
117 *.pbxuser
118 !default.pbxuser
119 *.mode1v3
120 !default.mode1v3
121 *.mode2v3
122 !default.mode2v3
123 *.perspectivev3
124 !default.perspectivev3
125 xcuserdata
126 *.xcuserstate
127 *.xccheckout
128 *.moved-aside
129 DerivedData
130 *.xcworkspace
132 # MSVS specific
133 */Debug
134 *.sdf
135 *.sln
136 *.v11*
137 *.v12*
138 *.opensdf
139 *.vcxproj*
140 /.vs
141 /.vscode
142 *.VC.db
143 LibreOffice.VC.VC.opendb
145 # QtCreator specific
146 *.pro
147 *.pro.shared
148 *.pro.user
149 *.pro.user.*
151 # doxygen output
152 /docs
154 # make dump-deps output
155 /lo.png
157 # gdb config
158 /.gdbinit
159 /.gdb_history
161 # Codelite IDE specific
162 *.project
163 /.codelite
164 *.workspace
165 *.workspace.session
166 *.tags
168 # JetBrains Clion Specific
169 .idea
171 # Cscope
172 *.out
174 # Sublime Specific
175 *.sublime-project
176 *.sublime-workspace
178 # vim-ide-integration
179 /compile_commands.json
181 # Some emscripten configure artifacts
182 /a.out
183 /a.wasm
184 /a.out.js
185 /a.out.wasm