.hgignore

Wed, 31 Jul 2013 19:48:00 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Jul 2013 19:48:00 +0200
changeset 14
d1b294812560
parent 10
7e6daccad0ee
permissions
-rw-r--r--

Introduce port to the Tizen OS.

michael@0 1 syntax: glob
michael@0 2 *.orig
michael@0 3 *.rej
michael@0 4 *.o
michael@0 5 *~
michael@0 6
michael@0 7 dist
michael@10 8
michael@0 9 doc/shot*.png
michael@0 10 doc/design*.pdf
michael@0 11 doc/miscnotas.txt
michael@10 12
michael@10 13 src/firefoxos/test/qunit-*.css
michael@10 14 src/firefoxos/test/qunit-*.js
michael@0 15 src/firefoxos/jquery.core
michael@0 16 src/firefoxos/jquery.mobile
michael@14 17
michael@14 18 src/tizen/test/qunit-*.css
michael@14 19 src/tizen/test/qunit-*.js
michael@14 20 src/tizen/jquery.core
michael@14 21 src/tizen/jquery.mobile

mercurial