Tue, 10 Feb 2015 22:58:00 +0100
Creatively merge and construct new revision for modified API features.
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@2 | 18 | gradle* |
michael@2 | 19 | .gradle |
michael@0 | 20 | |
michael@2 | 21 | syntax: regexp |
michael@2 | 22 | .*\#.*\#$ |