view .hgignore @ 5:a5b2cfcf4a19 draft

Added stupid test for the sin function (in funm_files). Using octave version 4.0.0-rc3 at this point. Note: mctdemo.m (in matrixcomp) breaks giving error "'qmult' not defined".
author Antonio Pino Robles <data.script93@gmail.com>
date Fri, 15 May 2015 21:03:05 +0200
parents 0aae72032c25
children adcd5fc9b9a2
line wrap: on
line source

#example taken from the Hg book!
syntax: glob
# This line is a comment, and will be skipped.
# Empty lines are skipped too.

# Backup files left behind by the Emacs editor.
*~

# Lock files used by the Emacs editor.
# Notice that the "#" character is quoted with a backslash.
# This prevents it from being interpreted as starting a comment.
.\#*

# Temporary files used by the vim editor.
.*.swp