-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
80 lines (69 loc) · 1.46 KB
/
.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
### Gradle ###
.gradle
build
local.gradle
# See: https://intellij-support.jetbrains.com/entries/23393067-How-to-manage-projects-under-Version-Control-Systems
**/.idea/libraries
### Java ####
*.class
### Android SDK ###
bin/
gen/
# Local configuration file (sdk path, etc)
local.properties
### IntelliJ IDEA ###
.idea
*.iml
**/*.iws
**/*.eml
**/.idea/workspace.xml
**/.idea/tasks.xml
**/.idea/misc.xml
/.idea
.iml
out/
# Proguard folder generated by IntelliJ
proguard_logs/
tmp/
input/
### Eclipse ###
# project files
.classpath
.project
# Proguard folder generated by Eclipse
proguard/
### DroidMate-specific ###
# Windows file links
**/*.lnk
# VisualVM profiling snapshots
**/*.nps
# Contents of dirs named like so are expected to be regenerated each time DroidMate is run.
# As one concrete example, see: <repo root>\dev\droidmate\projects\core\logs
# None! Obsolete rule, erased
# resources build by DroidMate sub-projects on each build
*.jar
*.apk
*.dex
commonLib-dev.jar
commonLib-android-dev.jar
uiautomator-daemon-lib-dev.jar
lib-android-dev.jar
autAddonBytecode.dex
uiautomator-daemon.jar
lib-apk_fixtures.jar
monitor.apk
uiautomator2-daemon.apk
uiautomator2-daemon-test.apk
generated_Monitor_api23.java
# Temporary stuff
instrumentation-logs
out
out.txt
api_policies.txt
**/test_artifacts/temp/
temp_extracted_resources
project/pcComponents/monitor-apk-scaffolding/libs_built/
project/pcComponents/monitor-apk-scaffolding/src/
# other sources
apks/
buildConstants.properties