.hgignore

Sat, 13 Jul 2013 09:29:38 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 13 Jul 2013 09:29:38 +0200
changeset 10
7e6daccad0ee
parent 0
6a0957738c54
child 14
d1b294812560
permissions
-rw-r--r--

Ignore unit testing framework reports.

     1 syntax: glob
     2 *.orig
     3 *.rej
     4 *.o
     5 *~
     7 dist
     9 doc/shot*.png
    10 doc/design*.pdf
    11 doc/miscnotas.txt
    13 src/firefoxos/test/qunit-*.css
    14 src/firefoxos/test/qunit-*.js
    15 src/firefoxos/jquery.core
    16 src/firefoxos/jquery.mobile

mercurial