view .hgignore @ 389:d4061763a56b

Delete and no longer build Python extension module * Makefile.am (_pytave.la): Delete all declarations. * configure.ac (PYTAVE_MODULE_INSTALL_PATH): Delete hack. * pytave.cc: Delete.
author Mike Miller <mtmiller@octave.org>
date Mon, 03 Apr 2017 12:11:25 -0700
parents d18843ff4dfd
children 2011e0d2f926
line wrap: on
line source

syntax: regexp
# The recurrent (^|/) idiom in the regexps below should be understood
# to mean "at any directory" while the ^ idiom means "from the
# project's top-level directory".

(^|/).*\.pyc$
(^|/).*\.dvi$
(^|/).*\.pdf$
(^|/).*\.o$
(^|/).*\.oct$
(^|/).*\.octlink$
(^|/)octave-core$
(^|/).*\.tar\.gz$
(^|/).*\.html

# some common files that the geometry package deals with
# and are rarely meant to be actually committed
(^|/).*\.png
(^|/).*\.svg
(^|/).*\.eps
(^|/).*\.fig

(^|/)m4
(^|/)aclocal\.m4$
(^|/).*\.in$
(^|/).*\.guess$
(^|/).*\.sub$
(^|/)Makefile
(^|/)depcomp
(^|/)missing
(^|/)install-sh
(^|/)libtool
(^|/)ltmain.sh
(^|/)stamp-h1


(^|/)config\.h$
(^|/)config\.log$
(^|/)config\.status$
(^|/)configure$
(^|/)autom4te\.cache($|/)

(^|/)\.deps
(^|/)\.libs

(^|/)PKG_(ADD|DEL)
(^|/)octave-workspace

(^|/)fntests\.log$
(^|/).*\.cc-tst$

# e.g. doc/faq/OctaveFAQ.info
#      doc/interpreter/octave.info-4
^doc/.*\.info(-\d)?$

^doc/\w*/stamp-vti$
^doc/\w*/stamp-vti$

^doc/latex
^doc/html
^doc/.*\.db$

# Emacs tools create these
(^|/)TAGS$
(^|/)semantic.cache$

# Other text editors often create these
(^|/).*~$