view .hgignore @ 6392:8fe292548edf

Add uninstall options to remove local packages and settings (Bug #62352) * src/default-octave.mk, src/release-octave.mk, src/stable-octave.mk: save api version to file * tools/makeinst-script.sh.in: add uninstall options, and on set, remove specified files from appdata/octave
author John Donoghue <john.donoghue@ieee.org>
date Wed, 31 Aug 2022 08:09:19 -0400
parents 61d45e0f7888
children
line wrap: on
line source

^settings\.mk
^usr/
^log/
^pkg/
^built-packages/
^installed-packages/
^wip/
^tmp-.*/

^autom4te\.cache/
^configure
^config\.status
^config\.log
^Makefile
^cmake-toolchain-file\.stamp

^cross-tools/
^gnuplot/
^octave/
^tools/makeinst-script\.sh
^tools/set-mxe-env\.sh