.hgignore

Sat, 14 Feb 2015 01:57:28 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 14 Feb 2015 01:57:28 +0100
branch
ICAL4J_EMBED_1
changeset 24
b9b0fbab11a4
parent 2
dee028db6e9b
permissions
-rw-r--r--

Manually merge changeset e1ea0f6a5a50, explicitly specifying app 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