view .gitignore @ 18259:c6858f725afe

Use std::string rather than for loop to generate blank string for indentation. * pt-pr-code.cc (tree_print_code::indent): Use std::string constructor to generate a blank string rather than for loop for ~7% performance improvement.
author Rik <rik@octave.org>
date Sat, 11 Jan 2014 21:42:57 -0800
parents 5758e0013246
children
line wrap: on
line source

*~
*.user
*.o
*.a
Makefile*
*.pdb
debug/
release/