office-gobmx/.gitignore

81 lines
1.6 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
/instdir
/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.input
/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_build.mk
/configure
/lo.xcent
/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
#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
__pycache__
2011-08-15 11:55:37 -05:00
2013-08-31 05:08:07 -05:00
.DS_Store