addon-sdk/source/.hgignore

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/addon-sdk/source/.hgignore	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +syntax: glob
     1.5 +local.json
     1.6 +python-lib/cuddlefish/app-extension/components/jetpack.xpt
     1.7 +testdocs.tgz
     1.8 +jetpack-sdk-docs.tgz
     1.9 +.test_tmp
    1.10 +jetpack-sdk-docs
    1.11 +
    1.12 +# These should really be in a global .hgignore, but such a thing
    1.13 +# seems ridiculously confusing to set up, so we'll include some
    1.14 +# common intermediate files here.
    1.15 +*.pyc
    1.16 +*~
    1.17 +*.DS_Store

mercurial