office-gobmx/.gitignore

106 lines
2.1 KiB
Text
Raw Normal View History

#
# 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
# where stuff are built
/workdir
/solver
2011-12-19 11:22:26 -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
# where the external downloads maybe located
2010-12-01 06:55:29 -06:00
/src
# 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
/config_build/config_*.h
/config_build.mk
/configure
/Makefile
/NEWS
/TODO
/README
/AUTHORS
/MAINTAINERS
# backup and temporary editor files: the only convinience rules allowed here.
*~
.*sw?
\#*
# 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
/*/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
#stuff that we should no generated where they are
/desktop/scripts/soffice.sh
2011-11-04 16:10:42 -05:00
/intltool-extract.in
/intltool-merge.in
/intltool-update.in
*.pyc
/install
2010-09-16 13:29:27 -05:00
/*/*.exe
/solenv/gdb/libreoffice/*.pyo
/solenv/gdb/libreoffice/util/*.pyo
2011-08-15 11:55:37 -05:00
/moz/zipped/*.zip