.hgignore

Sat, 14 Feb 2015 00:38:55 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 14 Feb 2015 00:38:55 +0100
branch
ICAL4J_EMBED_1
changeset 27
eb2016286407
parent 2
dee028db6e9b
permissions
-rw-r--r--

Correct build by partially backing out maintenance change e8c0da59391a.

     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