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
|
|
|
|
/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
|
|
|
|
/autogen.lastrun
|
|
|
|
/autogen.lastrun.bak
|
|
|
|
/ChangeLog
|
|
|
|
/config.Build.log
|
|
|
|
/config.guess
|
|
|
|
/config.log
|
|
|
|
/config.status
|
|
|
|
/config.parms
|
|
|
|
/config_host.mk
|
|
|
|
/config_host.mk.last
|
|
|
|
/config_host.mk.stamp
|
2013-01-31 12:44:25 -06:00
|
|
|
/config_build/config_*.h
|
2012-12-21 17:26:16 -06:00
|
|
|
/config_build.mk
|
|
|
|
/configure
|
|
|
|
/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
|
|
|
|
|
|
|
|
# the build directories: to be removed when dmake is dead and burried
|
2010-08-19 17:05:37 -05:00
|
|
|
/*/unxlng??
|
|
|
|
/*/unxlng??.pro
|
2011-03-24 10:04:17 -05:00
|
|
|
/*/unxlng???
|
|
|
|
/*/unxlng???.pro
|
2011-01-24 05:53:59 -06:00
|
|
|
/*/wntmsc???
|
|
|
|
/*/wntmsc???.pro
|
2011-05-18 16:38:59 -05:00
|
|
|
/*/wntgcc?
|
|
|
|
/*/wntgcc?.pro
|
2010-11-27 09:08:22 -06:00
|
|
|
/*/unxmac??
|
|
|
|
/*/unxmac??.pro
|
2011-02-16 14:01:34 -06:00
|
|
|
/*/unx?bsd??
|
|
|
|
/*/unx?bsd??.pro
|
|
|
|
/*/unxdfly??
|
|
|
|
/*/unxdfly??.pro
|
|
|
|
/*/unxso???
|
|
|
|
/*/unxso???.pro
|
|
|
|
/*/unxaig??
|
|
|
|
/*/unxaig??.pro
|
2011-05-13 12:52:29 -05:00
|
|
|
/*/unxios?
|
|
|
|
/*/unxios?.pro
|
2011-05-15 09:19:48 -05:00
|
|
|
/*/unxand?
|
|
|
|
/*/unxand?.pro
|
2011-08-29 00:46:30 -05:00
|
|
|
/*/unx*.obsolete
|
|
|
|
/*/wnt*.obsolete
|
2011-10-18 07:31:58 -05:00
|
|
|
/*/callcatcher
|
2010-08-24 08:03:44 -05:00
|
|
|
|
2012-12-21 17:26:16 -06:00
|
|
|
#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
|
|
|
|
|
2012-03-22 06:22:44 -05:00
|
|
|
|