.hgignore

Sat, 14 Feb 2015 00:40:28 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 14 Feb 2015 00:40:28 +0100
changeset 28
80b1a8c857bb
parent 2
dee028db6e9b
permissions
-rw-r--r--

Back out change e1ea0f6a5a50 to implicitly match Android runtime name.

     1 syntax: glob
     2 *.orig
     3 *.rej
     4 *.swp
     5 *.o
     6 *~
     8 *.idea
     9 *.iml
    11 bin
    12 gen
    13 libs
    14 build
    15 proguard
    16 local.properties
    18 # is this the wrapper?
    19 gradle*
    21 # contains passwords!
    22 .gradle
    24 syntax: regexp
    25 .*\#.*\#$

mercurial