1# From https://github.com/github/gitignore
2
3# # # # # # # # # # # #
4# Android gitignore #
5# # # # # # # # # # # #
6
7# Built application files
8*.apk
9*.ap_
10
11# Files for the Dalvik VM
12*.dex
13
14# Java class files
15*.class
16
17# Generated files
18bin/
19gen/
20
21# Gradle files
22.gradle/
23build/
24
25# Local configuration file (sdk path, etc)
26local.properties
27gradle.properties
28
29# Proguard folder generated by Eclipse
30proguard/
31
32# # # # # # # #
33# VIM / Linux #
34# # # # # # # #
35
36[._]*.s[a-w][a-z]
37[._]s[a-w][a-z]
38*.un~
39Session.vim
40.netrwhist
41*~
42.directory
43
44# # # # # #
45# Eclipse #
46# # # # # #
47
48*.pydevproject
49.metadata
50.gradle
51bin/
52tmp/
53*.tmp
54*.bak
55*.swp
56*~.nib
57local.properties
58.settings/
59.loadpath
60.classpath
61.project
62
63# External tool builders
64.externalToolBuilders/
65
66# Locally stored "Eclipse launch configurations"
67*.launch
68
69# CDT-specific
70.cproject
71
72# PDT-specific
73.buildpath
74
75# sbteclipse plugin
76.target
77
78# TeXlipse plugin
79.texlipse
80
81# # # # #
82# OS X #
83# # # # #
84
85.DS_Store
86.AppleDouble
87.LSOverride
88
89# Icon must ends with two \r.
90Icon
91
92
93# Thumbnails
94._*
95
96# Files that might appear on external disk
97.Spotlight-V100
98.Trashes
99
100# Directories potentially created on remote AFP share
101.AppleDB
102.AppleDesktop
103Network Trash Folder
104Temporary Items
105.apdisk
106
107