forked from SilentCircle/silent-phone-android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
49 lines (41 loc) · 848 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/local.properties
/gradle.properties
/.idea/workspace.xml
# Android generated files #
###########################
android.keystore
local.properties
bin/
gen/
obj/
# OS generated files #
######################
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
# Eclipse generated files #
###########################
.settings/org.eclipse.jdt.core.prefs
# Backup files
##################
*~
# Static and shared libraries, created using the buildNative script
########################################################
silentphone2/jni/*/libzina.a
silentphone2/jni/*/libprotobuf-cpp-lite.a
silentphone2/jni/*/libtina.so
silentphone2/jni/*/libtivi.so
silentphone2/jni/*/libaec.so
silentphone2/jni/*/libzrtpcpp.a
# Backup files and Android Studio and gradle directories
##################
build/
out/
.gradle/
.idea/
*.iml
helper/
translations/
libs/
.*.sw?