]> Pileus Git - ~andy/spades/blob - .gitignore
Updates for Android SDK 23.
[~andy/spades] / .gitignore
1 # Settings
2 config.mk
3
4 # Vim junk
5 *~
6 *.swp
7
8 # Android junk
9 bin/
10 gen/
11 obj/
12
13 # Leave out cards for now
14 opt/drawable/*.svg
15 opt/drawable/*.xcf
16 res/drawable/*.png
17 res/drawable/*.jpg
18
19 # Android studio
20 .idea
21