2012-12-21 17:26:16 -06:00
|
|
|
#
|
|
|
|
# LibreOffice project .gitignore rules.
|
|
|
|
#
|
|
|
|
# Do not add you pet ignore rule here, use
|
|
|
|
# .git/info/exclude for per repo personal ignore or
|
|
|
|
# in the file specified by core.excludesfiles in your
|
|
|
|
# ~/.gitconfig
|
|
|
|
#
|
|
|
|
# As a rule of thumb:
|
|
|
|
# File that are generated by configure or the build
|
|
|
|
# but that are not deleted by make clean
|
2015-06-04 03:34:45 -05:00
|
|
|
# can be listed here... These must be deleted by make distclean
|
2012-12-21 17:26:16 -06:00
|
|
|
#
|
|
|
|
# Files that are generated by the build but deleted by make clean
|
2013-10-31 08:02:40 -05:00
|
|
|
# should all be under workdir or instdir
|
2012-12-21 17:26:16 -06:00
|
|
|
# if that is not the case, don't hide it here, but try to fix it
|
|
|
|
#
|
|
|
|
# The intent is that after a make distclean, .gitignore
|
2013-11-15 10:43:20 -06:00
|
|
|
# should not catch anything but possibly /external/tarballs
|
2012-12-21 17:26:16 -06:00
|
|
|
#
|
2010-08-24 08:35:51 -05:00
|
|
|
|
2014-01-06 06:17:10 -06:00
|
|
|
# where stuff is built
|
2015-12-01 16:59:11 -06:00
|
|
|
/buck-out
|
2013-04-06 06:33:20 -05:00
|
|
|
/instdir
|
2013-12-05 04:00:59 -06:00
|
|
|
/instdir_for_build
|
2012-12-21 17:26:16 -06:00
|
|
|
/workdir
|
2013-12-05 04:00:59 -06:00
|
|
|
/workdir_for_build
|
2014-01-06 06:17:10 -06:00
|
|
|
/test-install
|
2011-12-19 11:22:26 -06:00
|
|
|
|
2014-01-06 06:17:10 -06:00
|
|
|
# default location for external downloads
|
2013-11-15 10:43:20 -06:00
|
|
|
/external/tarballs
|
2016-01-17 13:27:44 -06:00
|
|
|
/external/android-ndk
|
|
|
|
/external/android-sdk-linux
|
2010-11-16 08:00:48 -06:00
|
|
|
|
2012-12-21 17:26:16 -06:00
|
|
|
# autoconf generated stuff
|
|
|
|
/aclocal.m4
|
|
|
|
/autom4te.cache
|
2013-04-03 12:19:15 -05:00
|
|
|
/autogen.input
|
2014-02-27 14:31:00 -06:00
|
|
|
/autogen.lastrun
|
|
|
|
/autogen.lastrun.bak
|
2012-12-21 17:26:16 -06:00
|
|
|
/ChangeLog
|
|
|
|
/config.Build.log
|
2021-05-31 03:13:36 -05:00
|
|
|
/config.Build.warn
|
2012-12-21 17:26:16 -06:00
|
|
|
/config.guess
|
|
|
|
/config.log
|
|
|
|
/config.status
|
|
|
|
/config.parms
|
2021-05-31 03:13:36 -05:00
|
|
|
/config.warn
|
2012-12-21 17:26:16 -06:00
|
|
|
/config_host.mk
|
|
|
|
/config_host.mk.last
|
|
|
|
/config_host.mk.stamp
|
2015-03-25 11:48:55 -05:00
|
|
|
/config_host_lang.mk
|
|
|
|
/config_host_lang.mk.last
|
|
|
|
/config_host_lang.mk.stamp
|
2013-03-01 11:28:00 -06:00
|
|
|
/config_build
|
2012-12-21 17:26:16 -06:00
|
|
|
/config_build.mk
|
2015-03-25 11:48:55 -05:00
|
|
|
/config_build_lang.mk
|
2012-12-21 17:26:16 -06:00
|
|
|
/configure
|
2016-06-29 08:32:00 -05:00
|
|
|
/bin/bffvalidator.sh
|
2016-06-23 06:20:58 -05:00
|
|
|
/bin/odfvalidator.sh
|
2016-07-21 11:26:12 -05:00
|
|
|
/bin/officeotron.sh
|
2020-05-04 10:31:12 -05:00
|
|
|
/hardened_runtime.xcent
|
2022-07-01 08:40:29 -05:00
|
|
|
/lo.xcent
|
2021-12-23 06:24:49 -06:00
|
|
|
/vs-code.code-workspace.template
|
2012-12-21 17:26:16 -06:00
|
|
|
/Makefile
|
|
|
|
|
2015-04-01 03:23:05 -05:00
|
|
|
# make id
|
|
|
|
/ID
|
|
|
|
|
2013-10-26 16:13:36 -05:00
|
|
|
# make tags
|
|
|
|
|
2016-12-11 14:00:09 -06:00
|
|
|
**/tags
|
|
|
|
**/.tags*
|
2013-10-26 16:13:36 -05:00
|
|
|
|
2014-11-07 06:14:50 -06:00
|
|
|
# make etags
|
|
|
|
/TAGS
|
|
|
|
|
2015-03-22 15:06:07 -05:00
|
|
|
# backup and temporary editor files: the only convenience rules allowed here.
|
2012-12-21 17:26:16 -06:00
|
|
|
*~
|
2013-01-03 07:05:40 -06:00
|
|
|
.*sw?
|
2012-12-21 17:26:16 -06:00
|
|
|
\#*
|
2018-01-30 04:22:54 -06:00
|
|
|
.\#*
|
2013-11-15 11:39:46 -06:00
|
|
|
*.kdev4
|
|
|
|
.kdev_include_paths
|
2015-12-01 16:59:11 -06:00
|
|
|
.buckd
|
2015-05-09 12:33:55 -05:00
|
|
|
.directory
|
2015-11-27 12:28:10 -06:00
|
|
|
.cproject
|
|
|
|
.project
|
|
|
|
.settings
|
|
|
|
.eclipsesettingfile
|
|
|
|
eclipsesettingfile.xml
|
2016-07-07 18:23:17 -05:00
|
|
|
.clang_complete
|
|
|
|
.cxx_tags
|
|
|
|
.yavide_proj
|
|
|
|
.yavide_session
|
2017-12-17 12:22:18 -06:00
|
|
|
.vscode
|
|
|
|
*.code-workspace
|
2022-05-13 02:30:06 -05:00
|
|
|
.mold-*
|
2012-12-21 17:26:16 -06:00
|
|
|
|
|
|
|
# things below this point are targeted for elimination
|
|
|
|
|
|
|
|
#stuff that we should no generated where they are
|
2011-09-15 05:49:33 -05:00
|
|
|
/desktop/scripts/soffice.sh
|
2011-11-04 16:10:42 -05:00
|
|
|
/intltool-extract.in
|
|
|
|
/intltool-merge.in
|
|
|
|
/intltool-update.in
|
2012-12-21 17:26:16 -06:00
|
|
|
*.pyc
|
2010-12-05 00:17:47 -06:00
|
|
|
/install
|
2010-09-16 13:29:27 -05:00
|
|
|
/*/*.exe
|
2012-12-21 17:26:16 -06:00
|
|
|
/solenv/gdb/libreoffice/*.pyo
|
|
|
|
/solenv/gdb/libreoffice/util/*.pyo
|
2011-08-15 11:55:37 -05:00
|
|
|
/moz/zipped/*.zip
|
2013-03-30 16:10:48 -05:00
|
|
|
__pycache__
|
2011-08-15 11:55:37 -05:00
|
|
|
|
2013-08-31 05:21:44 -05:00
|
|
|
# OSX specific
|
2013-08-31 05:08:07 -05:00
|
|
|
.DS_Store
|
2013-08-31 05:21:44 -05:00
|
|
|
|
|
|
|
# Xcode specific
|
2015-05-10 04:56:58 -05:00
|
|
|
build/
|
|
|
|
*.pbxuser
|
|
|
|
!default.pbxuser
|
|
|
|
*.mode1v3
|
|
|
|
!default.mode1v3
|
|
|
|
*.mode2v3
|
|
|
|
!default.mode2v3
|
|
|
|
*.perspectivev3
|
|
|
|
!default.perspectivev3
|
2013-08-31 05:21:44 -05:00
|
|
|
xcuserdata
|
2015-05-10 04:56:58 -05:00
|
|
|
*.xcuserstate
|
|
|
|
*.xccheckout
|
|
|
|
*.moved-aside
|
|
|
|
DerivedData
|
|
|
|
*.xcworkspace
|
2014-01-21 16:25:38 -06:00
|
|
|
|
|
|
|
# MSVS specific
|
|
|
|
*/Debug
|
|
|
|
*.sdf
|
2015-11-15 12:52:28 -06:00
|
|
|
*.sln
|
2014-01-21 16:25:38 -06:00
|
|
|
*.v11*
|
2015-01-21 06:06:48 -06:00
|
|
|
*.v12*
|
2014-01-21 16:25:38 -06:00
|
|
|
*.opensdf
|
2017-04-04 07:08:24 -05:00
|
|
|
*.vcxproj*
|
2017-04-05 09:28:05 -05:00
|
|
|
/.vs
|
2023-02-09 15:30:26 -06:00
|
|
|
/.vscode*
|
2017-08-29 02:41:43 -05:00
|
|
|
*.VC.db
|
2017-04-05 09:28:05 -05:00
|
|
|
LibreOffice.VC.VC.opendb
|
2014-02-27 14:31:00 -06:00
|
|
|
|
2022-03-30 00:21:24 -05:00
|
|
|
# Qt Creator specific
|
2015-08-01 14:56:55 -05:00
|
|
|
*.pro
|
2021-02-24 02:51:16 -06:00
|
|
|
*.pro.shared
|
2015-08-01 14:56:55 -05:00
|
|
|
*.pro.user
|
2019-06-08 07:21:03 -05:00
|
|
|
*.pro.user.*
|
2022-03-30 00:21:24 -05:00
|
|
|
.qtc_clangd
|
2023-04-26 04:33:38 -05:00
|
|
|
.cache
|
2015-08-01 14:56:55 -05:00
|
|
|
|
2014-02-27 14:31:00 -06:00
|
|
|
# doxygen output
|
|
|
|
/docs
|
|
|
|
|
2016-04-09 09:34:14 -05:00
|
|
|
# make dump-deps output
|
|
|
|
/lo.png
|
|
|
|
|
2023-04-26 04:33:38 -05:00
|
|
|
# gdb specific
|
2014-02-27 14:31:00 -06:00
|
|
|
/.gdbinit
|
2014-06-09 10:31:49 -05:00
|
|
|
/.gdb_history
|
2023-04-26 04:33:38 -05:00
|
|
|
gdbtrace.log
|
2016-11-01 06:02:53 -05:00
|
|
|
|
|
|
|
# Codelite IDE specific
|
|
|
|
*.project
|
|
|
|
/.codelite
|
|
|
|
*.workspace
|
|
|
|
*.workspace.session
|
2016-12-11 14:00:09 -06:00
|
|
|
*.tags
|
|
|
|
|
|
|
|
# JetBrains Clion Specific
|
|
|
|
.idea
|
|
|
|
|
|
|
|
# Cscope
|
|
|
|
*.out
|
|
|
|
|
|
|
|
# Sublime Specific
|
|
|
|
*.sublime-project
|
|
|
|
*.sublime-workspace
|
2017-06-22 08:51:15 -05:00
|
|
|
|
|
|
|
# vim-ide-integration
|
2017-06-23 06:12:43 -05:00
|
|
|
/compile_commands.json
|
2021-04-23 06:45:05 -05:00
|
|
|
|
|
|
|
# Some emscripten configure artifacts
|
|
|
|
/a.out
|
|
|
|
/a.wasm
|
|
|
|
/a.out.js
|
|
|
|
/a.out.wasm
|
2021-05-14 08:26:39 -05:00
|
|
|
|
|
|
|
# lockfile config header
|
|
|
|
/solenv/lockfile/autoconf.h
|
2021-06-22 13:06:43 -05:00
|
|
|
|
|
|
|
# Android builds
|
|
|
|
/android/jniLibs/
|
2022-03-30 00:21:24 -05:00
|
|
|
/android/obj/
|
2024-01-14 23:54:29 -06:00
|
|
|
|
|
|
|
# xml unit tests sometimes leave these lying around
|
|
|
|
**/secmod.db
|