summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore: Ignore a .vs directory in the source treejrp20142018-04-051-0/+3
|
* Update .gitignoreTobias Hunger2016-09-121-0/+5
| | | | Ignore *.user* files from QtCreator and *.pyc files.
* Tell Git to ignore .DS_Store filesBrad King2016-07-081-0/+2
These are created by MacOS Finder and should not be versioned. Suggested-by: Sean McBride <sean@rogue-research.com>