<t>Create a file named .gitignore in your project's directory. Ignore directories by entering the directory name into the file (with a slash appended):<br/>
<br/>
dir_to_ignore/<br/>
<br/>
```<br/>
<br/>
More information is [here](http://git-scm.com/docs/gitignore).</t>