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
27
28# Proguard folder generated by Eclipse
29proguard/
30
31# # # # # # # #
32# VIM / Linux #
33# # # # # # # #
34
35[._]*.s[a-w][a-z]
36[._]s[a-w][a-z]
37*.un~
38Session.vim
39.netrwhist
40*~
41.directory
42
43# # # # # #
44# Eclipse #
45# # # # # #
46
47*.pydevproject
48.metadata
49.gradle
50bin/
51tmp/
52*.tmp
53*.bak
54*.swp
55*~.nib
56local.properties
57.settings/
58.loadpath
59.classpath
60.project
61
62# External tool builders
63.externalToolBuilders/
64
65# Locally stored "Eclipse launch configurations"
66*.launch
67
68# CDT-specific
69.cproject
70
71# PDT-specific
72.buildpath
73
74# sbteclipse plugin
75.target
76
77# TeXlipse plugin
78.texlipse
79
80# # # # #
81# OS X #
82# # # # #
83
84.DS_Store
85.AppleDouble
86.LSOverride
87
88# Icon must ends with two \r.
89Icon
90
91
92# Thumbnails
93._*
94
95# Files that might appear on external disk
96.Spotlight-V100
97.Trashes
98
99# Directories potentially created on remote AFP share
100.AppleDB
101.AppleDesktop
102Network Trash Folder
103Temporary Items
104.apdisk
105
106