comparison help/a-20.html @ 498:21aa41b62c3a

Add back/forward/home to Help window, and some Help edits
author Chris Cannam
date Mon, 22 Aug 2011 18:46:06 +0100
parents a9032181c37d
children
comparison
equal deleted inserted replaced
497:a9032181c37d 498:21aa41b62c3a
1 <link rel="stylesheet" type="text/css" href="help.css"/> 1 <link rel="stylesheet" type="text/css" href="help.css"/>
2 <p><a href="topics.html">Back to Topics</a></p><hr>
3 2
4 3
5 <h2>I've added a new file: what do I do with it?</h2> 4 <h2>I've added a new file: what do I do with it?</h2>
6 5
7 <p>When you add a new file in the working folder, you normally want to 6 <p>When you add a new file in the working folder, you normally want to
27 copy. Object files generated by a compiler, output files from tests, 26 copy. Object files generated by a compiler, output files from tests,
28 etc should often not be included in version control. You can ensure 27 etc should often not be included in version control. You can ensure
29 that such files don't show up in the Untracked list by right-clicking 28 that such files don't show up in the Untracked list by right-clicking
30 on them and choosing <b>&ldquo;Ignore..."</b>.</p> 29 on them and choosing <b>&ldquo;Ignore..."</b>.</p>
31 30
32 <hr><p><a href="topics.html">Back to Topics</a></p>