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
|
|
|
|
# can be listed here... These must be deleted by maek distclean
|
|
|
|
#
|
|
|
|
# Files that are generated by the build but deleted by make clean
|
|
|
|
# should all be under workdir or solver
|
|
|
|
# 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
|
|
|
|
# should not catch anything but possibly /src
|
|
|
|
#
|
2010-08-24 08:35:51 -05:00
|
|
|
|
2012-12-21 17:26:16 -06:00
|
|
|
# where stuff are built
|
2013-04-06 06:33:20 -05:00
|
|
|
/instdir
|
2012-12-21 17:26:16 -06:00
|
|
|
/workdir
|
|
|
|
/solver
|
2011-12-19 11:22:26 -06:00
|
|
|
|
2012-12-21 17:26:16 -06:00
|
|
|
# these two are dubbious. when the installed is reworked
|
|
|
|
# it would be best to find them a new home
|
|
|
|
/instsetoo_native/util/LibreOffice
|
|
|
|
/instsetoo_native/util/LibreOffice_SDK
|
2011-08-29 04:30:57 -05:00
|
|
|
|
2012-12-21 17:26:16 -06:00
|
|
|
# where the external downloads maybe located
|
2010-12-01 06:55:29 -06:00
|
|
|
/src
|
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
|
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
|
2013-03-01 11:28:00 -06:00
|
|
|
/config_build
|
2012-12-21 17:26:16 -06:00
|
|
|
/config_build.mk
|
|
|
|
/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
|
|
|
|
|
|
|
|
# backup and temporary editor files: the only convinience rules allowed here.
|
|
|
|
*~
|
2013-01-03 07:05:40 -06:00
|
|
|
.*sw?
|
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:08:07 -05:00
|
|
|
.DS_Store
|