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
|
|
|
|
/config.guess
|
|
|
|
/config.log
|
|
|
|
/config.status
|
|
|
|
/config.parms
|
|
|
|
/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
|
2013-02-04 02:57:19 -06:00
|
|
|
/lo.xcent
|
2012-12-21 17:26:16 -06:00
|
|
|
/Makefile
|
|
|
|
/NEWS
|
|
|
|
/TODO
|
|
|
|
/README
|
|
|
|
/AUTHORS
|
|
|
|
/MAINTAINERS
|
|
|
|
|
2015-04-01 03:23:05 -05:00
|
|
|
# make id
|
|
|
|
/ID
|
|
|
|
|
2013-10-26 16:13:36 -05:00
|
|
|
# make tags
|
|
|
|
|
|
|
|
/tags
|
|
|
|
|
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
|
|
|
\#*
|
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
|
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
|
|
|
|
*.xcodeproj
|
|
|
|
*.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*
|
2015-11-15 12:52:28 -06:00
|
|
|
*.vcxproj*
|
2014-01-21 16:25:38 -06:00
|
|
|
*.opensdf
|
2015-11-15 12:52:28 -06:00
|
|
|
!windows/*.sln
|
|
|
|
!windows/*.vcxproj*
|
2014-02-27 14:31:00 -06:00
|
|
|
|
2015-08-01 14:56:55 -05:00
|
|
|
# QtCreator specific
|
|
|
|
*.pro
|
|
|
|
*.pro.user
|
|
|
|
|
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
|
|
|
|
|
2014-02-27 14:31:00 -06:00
|
|
|
# gdb config
|
|
|
|
/.gdbinit
|
2014-06-09 10:31:49 -05:00
|
|
|
/.gdb_history
|