Fix bug for invaild parse mediaContents.
[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
97 # Ignore downloaded dependencies
98 extlibs/libcoap/libcoap
99 extlibs/gtest/gtest-*
100 extlibs/hippomocks-master/
101 extlibs/master.zip
102 extlibs/cereal/cereal
103 extlibs/cereal
104 extlibs/android/gradle/gradle-2.2.1
105 extlibs/android/ndk/android-ndk-r10d
106 extlibs/android/sdk/android-sdk_r24.2
107 extlibs/android/sdk/android-sdk-linux
108 extlibs/android/sdk/android-sdk-macosx
109 extlibs/android/sdk/android-sdk-windows
110 extlibs/boost/*
111 extlibs/tinycbor/tinycbor
112 *.tgz
113 *.zip
114 extlibs/arduino/arduino-1.5.8
115 build_common/arduino/extlibs/arduino/arduino-1.5.8
116 extlibs/tinydtls/dtls-client
117 extlibs/tinydtls/dtls-server
118 extlibs/bluez/bluez
119
120 # Ignore editor (e.g. Emacs) backup and autosave files
121 *~
122 *#*#
123 *.orig
124 .cproject
125 .gradle/
126 .project
127
128 # Ignore byte-compiled Python scripts
129 *.pyc
130
131 # Ignore Valgrind generated files.
132 *.memcheck