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