mbedtls: Update to mbedtls-2.4.2
[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 # better not to ignore this one:
42 #resource/c_common/iotivity_config.h
43 resource/csdk/connectivity/src/bt_le_adapter/linux/org.iotivity.gatt.service.conf
44
45 service/notification/android/.gradle/
46 service/notification/android/build/
47 service/notification/android/notification-service/build/
48 service/notification/android/notification-service/src/main/obj/
49
50 # Ignore any object files
51 *.o
52 *.os
53 *.obj
54
55 # Ignore libraries
56 *.a
57 *.so
58
59 # Ignore Eclipse workspace files
60 *.settings/
61
62 # Ignore proguard file generated by Eclipse
63 proguard-project.txt
64
65 # Ignore Project files for IDEA
66 *.iml
67 .idea
68
69 # Ignore CTags default data
70 tags
71
72 # Ignore dependencies folder, which should be generated
73 dependencies/
74 dep/
75
76 #ignore Klocwork stuff
77 .kwlp/
78 .kwps/
79
80 #ignore various swap files
81 *.swp
82
83 # Ignore SCons generated files and directories
84 .scon*
85 config.log
86 os
87 out/
88 platform
89 iotivity.pc
90 tmp/
91 *.tmp
92 *.tmp.*
93
94 # Ignore GCov generated files
95 *.gcda
96 *.gcno
97
98 # Ignore downloaded dependencies
99 *.tgz
100 *.zip
101 *.bin
102 extlibs/android/gradle/gradle-*
103 extlibs/android/ndk/android-ndk-*
104 extlibs/android/sdk/android-sdk-*
105 extlibs/arduino/arduino-*
106 extlibs/bluez/bluez
107 extlibs/boost/boost_*
108 extlibs/cereal/cereal
109 extlibs/gtest/googletest-*
110 extlibs/hippomocks/hippomocks
111 extlibs/hippomocks-master
112 extlibs/libcoap/libcoap
113 extlibs/libstrophe/libstrophe
114 extlibs/mbedtls/mbedtls
115 extlibs/rapidjson/rapidjson
116 extlibs/raxmpp/raxmpp
117 extlibs/sqlite3/sqlite3*
118 extlibs/tinycbor/tinycbor
119 extlibs/tinydtls/dtls-client
120 extlibs/tinydtls/dtls-server
121 extlibs/wksxmppxep/*/
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 generated documentation files
142 docs/c-doc/docs/
143 docs/c-doc/doxygen.log
144 docs/cpp-doc/docs/
145 docs/cpp-doc/doxygen.log
146
147 # Ignore debian generated files
148 debian/files
149 debian/*.debhelper.log
150 debian/*.substvars
151 debian/iotivity*/*
152 debian/tmp/*