forked from tlaukkan/zigbee4java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
47 lines (44 loc) · 979 Bytes
/
.gitignore
File metadata and controls
47 lines (44 loc) · 979 Bytes
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
target/
.idea
.svn
*.iml
*.log
*.json
zigbee-api/bin
zigbee-api/build
.gradle
.metadata
zigbee-console/bin
zigbee-console/build
zigbee-console-javase/bin
zigbee-console-javase/build
zigbee-serial-javase/bin
zigbee-serial-javase/build
local.properties
zigbee-serial-android/bin
zigbee-serial-android/build
zigbee-console-common/bin
zigbee-console-common/build
build
zigbee-console-android/bin
zigbee-console-android/build
zigbee-console-android/gen-external-apklibs
.recommenders
# Editor specific
*~
# Eclipse project specific
zigbee-api/.classpath
zigbee-api/.project
zigbee-api/.settings/
zigbee-console-common/.classpath
zigbee-console-common/.project
zigbee-console-common/.settings/
zigbee-console-javase/.classpath
zigbee-console-javase/.project
zigbee-console-javase/.settings/
zigbee-serial-android/.classpath
zigbee-serial-android/.project
zigbee-serial-android/.settings/
zigbee-serial-javase/.classpath
zigbee-serial-javase/.project
zigbee-serial-javase/.settings/