Update Snapshot(2018-12-12)
[platform/upstream/iotivity.git] / .gitignore
1 #******************************************************************
2 #
3 # Copyright 2014 Intel Mobile Communications GmbH All Rights Reserved.
4 #
5 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
6 #
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
10 #
11 #      http://www.apache.org/licenses/LICENSE-2.0
12 #
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 # See the License for the specific language governing permissions and
17 # limitations under the License.
18 #
19 #-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
20
21 # Ignore output dirs
22 /release
23 resource/release
24 resource/csdk/release
25 resource/csdk/libcoap-4.1.1/release/
26 resource/examples/release
27 resource/examples/debug
28
29 /debug
30 resource/debug
31 resource/csdk/debug/
32 resource/csdk/libcoap-4.1.1/debug/
33 resource/csdk/libcoap-4.1.1/linux/
34 resource/csdk/linux
35 resource/csdk/stack/samples/linux/SimpleClientServer/debug/
36 resource/csdk/stack/samples/linux/SimpleClientServer/release/
37
38 resource/csdk/connectivity/build/out/
39
40 # Ignore autogenerated files
41 resource/c_common/iotivity_config.h
42
43 resource/oc_logger/bin/
44 resource/oc_logger/lib/
45 resource/oc_logger/samples/linux/release/
46 resource/oc_logger/samples/linux/debug
47
48 resource/unittests/release/
49 resource/unittests/debug/
50
51 service/things-manager/build/linux/release
52 service/things-manager/build/linux/debug
53 service/things-manager/sdk/build/linux/
54
55 service/notification/android/.gradle/
56 service/notification/android/build/
57 service/notification/android/notification-service/build/
58 service/notification/android/notification-service/src/main/obj/
59
60 # Ignore any object files
61 *.o
62 *.os
63 *.obj
64
65 # Ignore libraries
66 *.a
67 *.so
68
69 # Ignore Eclipse workspace files
70 *.settings/
71
72 # Ignore proguard file generated by Eclipse
73 proguard-project.txt
74
75 # Ignore CTags default data
76 tags
77
78 # Ignore dependencies folder, which should be generated
79 dependencies/
80 dep/
81
82 #ignore Klocwork stuff
83 .kwlp/
84 .kwps/
85
86 #ignore various swap files
87 *.swp
88
89 # Ignore SCons generated files and directories
90 .scon*
91 config.log
92 os
93 out/
94 platform
95 iotivity.pc
96 tmp/
97
98 # Ignore downloaded dependencies
99 extlibs/libcoap/libcoap
100 extlibs/gtest/gtest-*
101 extlibs/hippomocks-master/
102 extlibs/master.zip
103 extlibs/cereal/cereal
104 extlibs/cereal
105 extlibs/android/gradle/gradle-2.2.1
106 extlibs/android/ndk/android-ndk-r10d
107 extlibs/android/sdk/android-sdk_r24.2
108 extlibs/android/sdk/android-sdk-linux
109 extlibs/android/sdk/android-sdk-macosx
110 extlibs/android/sdk/android-sdk-windows
111 extlibs/boost/*
112 extlibs/tinycbor/tinycbor
113 *.tgz
114 *.zip
115 extlibs/arduino/arduino-1.5.8
116 build_common/arduino/extlibs/arduino/arduino-1.5.8
117 extlibs/tinydtls/dtls-client
118 extlibs/tinydtls/dtls-server
119 extlibs/bluez/bluez
120 # extlibs/mbedtls/mbedtls
121 extlibs/raxmpp/raxmpp
122 extlibs/yaml/yaml
123
124 # Ignore editor (e.g. Emacs) backup and autosave files
125 *~
126 *#*#
127 *.orig
128 .cproject
129 .gradle/
130 .project
131
132 # Ignore byte-compiled Python scripts
133 *.pyc
134
135 # Ignore Valgrind generated files.
136 *.memcheck
137
138 # Ignore  generated files
139 # *.dat
140
141 # Ignore debian generated files
142 debian/files
143 debian/*.debhelper.log
144 debian/*.substvars
145 debian/iotivity*/*
146 debian/tmp/*