Location: LEMON/LEMON-official/.hgignore

Load file history
gravatar
alpar (Alpar Juttner)
'update-external-tags' make target added It is used to dowload or update the doxygen external tag definition file of libstdc++. After doing that, any usase of STL will be linked to their documentations at http://gcc.gnu.org.
syntax: glob
*.obj
*.orig
*.rej
*~
*.o
.#.*
*.log
*.lo
*.tar.*
Makefile.in
aclocal.m4
config.h.in
configure
Makefile
config.h
config.log
config.status
libtool
stamp-h1
lemon/lemon.pc
lemon/libemon.la
lemon/stamp-h2
doc/Doxyfile
.dirstamp
.libs/*
.deps/*
syntax: regexp
^doc/html/.*
^autom4te.cache/.*
^build-aux/.*
^objs.*/.*
^test/[a-z_]*$