.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.

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

mercurial