80c648e7f3
As it is generated by the build system it doesn't have to be checked in, and having it in became a whole lot more annoying since it started being generated automatically on `make all` instead of specific (and weird) `make doc`, as it means whenever the documentation changes the HTML is re-generated on any make run. This is particularly problematic if using a different Docutils version than the one used to generate the checked-in version as it would create local noise that should not be committed, yet keep being annoying. This situation probably leads to most people disabling (or at least, not enabling) the documentation generation on normal builds, itself leading to more hassle updating of the documentation.
117 lines
2.1 KiB
Plaintext
117 lines
2.1 KiB
Plaintext
#-----------------------------------------------------------------------
|
|
# common
|
|
#-----------------------------------------------------------------------
|
|
*.[ao]
|
|
*.la
|
|
*.lo
|
|
*.so
|
|
*.dll
|
|
*.exe
|
|
deps.mak
|
|
.deps/
|
|
.libs/
|
|
.lock-waf_*
|
|
Makefile
|
|
Makefile.in
|
|
.dirstamp
|
|
|
|
#-----------------------------------------------------------------------
|
|
# / (root)
|
|
#-----------------------------------------------------------------------
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/_build_
|
|
/build-aux/
|
|
/build-stamp
|
|
/codenames
|
|
/config.guess
|
|
/config.h
|
|
/config.h.in
|
|
/config.h.in~
|
|
/config.log
|
|
/config.status
|
|
/config.sub
|
|
/configure
|
|
/debian
|
|
/depcomp
|
|
/geany.1
|
|
/geany.desktop
|
|
/geany.glade.bak
|
|
/geany.gladep.bak
|
|
/geany.pc
|
|
/geany.spec
|
|
/geany_private.res
|
|
/global.tags.old
|
|
/install-sh
|
|
/intltool
|
|
/intltool-*
|
|
/libtool
|
|
/localwin32.mk
|
|
/.lock-wscript
|
|
/.lock-wafbuild
|
|
/ltmain.sh
|
|
/m4/lt*.m4
|
|
/m4/intltool.m4
|
|
/m4/libtool.m4
|
|
/make_deb.sh
|
|
/missing
|
|
/mkinstalldirs
|
|
/RUN
|
|
/stamp-h
|
|
/stamp-h1
|
|
/stamp-h.in
|
|
/*.tar.*
|
|
/TODO.*
|
|
# extracted Waf directory (without dot on Windows)
|
|
/.waf-*
|
|
/waf-*
|
|
|
|
#-----------------------------------------------------------------------
|
|
# /po/
|
|
#-----------------------------------------------------------------------
|
|
/po/ChangeLog.save
|
|
/po/*.gmo
|
|
/po/*.header
|
|
/po/.intltool-merge-cache
|
|
/po/LINGUAS
|
|
/po/Makefile.in.in
|
|
/po/Makevars
|
|
/po/*.mo
|
|
/po/*.pot
|
|
/po/POTFILES
|
|
/po/POTFILES.ignore
|
|
/po/POTFILES.in.missing
|
|
/po/POTFILES.in.noi18n
|
|
/po/Rules-quot
|
|
/po/*.sed
|
|
/po/*.sin
|
|
/po/stamp-it
|
|
/po/.intlcache
|
|
|
|
#-----------------------------------------------------------------------
|
|
# /src/
|
|
#-----------------------------------------------------------------------
|
|
/src/geany
|
|
|
|
#-----------------------------------------------------------------------
|
|
# /doc/
|
|
#-----------------------------------------------------------------------
|
|
/doc/Doxyfile
|
|
/doc/Doxyfile.stamp
|
|
/doc/geany.1
|
|
/doc/geany.html
|
|
/doc/hacking.html
|
|
/doc/*.pdf
|
|
/doc/*.aux
|
|
/doc/*.log
|
|
/doc/*.out
|
|
/doc/*.tex
|
|
/doc/*.toc
|
|
/doc/reference
|
|
|
|
#-----------------------------------------------------------------------
|
|
# /tests/
|
|
#-----------------------------------------------------------------------
|
|
/tests/**/*.trs
|
|
/tests/**/*.log
|