.hgignore
author Mads Kiilerich <madski@unity3d.com>
Fri, 28 Feb 2014 02:09:00 +0100
branchstable
changeset 1361 1d3aa8779efb
parent 450 86c17b3e9100
permissions -rw-r--r--
tests: add run-tests --changed option for running tests changed in revisions Convenient when polishing patches and changing details of how they change test output. This will probably break in weird ways for revsets with special quoting ... but it is good enough for run-tests. Usage example: yes | ./run-tests.py -li --changed qparent [ original upstream message ]

syntax: glob

*.pyc
*.pyo
*~
*.swp
*.orig
*.rej
.DS_Store

build/*
MANIFEST