.hgignore

Thu, 12 Feb 2015 20:16:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 12 Feb 2015 20:16:00 +0100
branch
ICAL4J_EMBED_1
changeset 15
cc93757aeca3
parent 2
dee028db6e9b
permissions
-rw-r--r--

Restructure project integration of Ical4j dependencies by replacing with
a external repository reference, unfortunately implicitly invalidating
the previous NPE workaround hack.

     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