mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 01:43:35 +00:00
Remove old .cvsignore files, moving their contents to .gitignore files. There are now no .cvsignore files in the repository. I've also sorted some .gitignore files and avoided repeating a pattern in a subdirectory's .gitignore file when it is already mentioned in the parent .gitignore file.
This directory holds the source code for the Mercury bytecode utilities. `mdis' is the Mercury bytecode disassembler. `mbi' is the Mercury bytecode interpreter. `libmbi' is the same thing, minus main(). All exported symbols defined in modules in this directory should be prefixed with `MB_', for "Mercury Bytecode", to avoid clashes with names defined in other packages.