summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitignore to ignore tilde files.Daniel Silverstone2012-09-141-0/+1
| | | | | | Tilde files are created by editors when they make a 'backup' of the current state of a file before saving. Ignoring them makes the output of git status much easier to follow.
* Remove all but Python bytecode files from .gitignoreLars Wirzenius2012-02-281-7/+0
| | | | | | | | | | | Some like to see tests/*-actual files in "git status" output, for example, and others don't. The best way to deal with this seems to be to not have them in .gitignore and add a personal global ignores file for those who want to ignore them. git config --global core.excludesfile ~/.git-default-ignores Then edit ~/.git-default-ignores.
* .gitignore: ignore do-squeeze-chroot scriptRichard Maw2012-01-311-0/+1
|
* Add VIM swap files and temporary black box test output to .gitignore.Jannis Pohlmann2012-01-161-0/+6
|
* Initial import.Lars Wirzenius2011-09-291-0/+1