Fixed memory leak detected by valgrind
[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 Project files for IDEA
76 *.iml
77 .idea
78
79 # Ignore CTags default data
80 tags
81
82 # Ignore dependencies folder, which should be generated
83 dependencies/
84 dep/
85
86 #ignore Klocwork stuff
87 .kwlp/
88 .kwps/
89
90 #ignore various swap files
91 *.swp
92
93 # Ignore SCons generated files and directories
94 .scon*
95 config.log
96 os
97 out/
98 platform
99 iotivity.pc
100 tmp/
101
102 # Ignore downloaded dependencies
103 extlibs/libcoap/libcoap
104 extlibs/gtest/gtest-*
105 extlibs/hippomocks-master/
106 extlibs/master.zip
107 extlibs/cereal/cereal
108 extlibs/cereal
109 extlibs/android/gradle/gradle-2.2.1
110 extlibs/android/ndk/android-ndk-r10d
111 extlibs/android/sdk/android-sdk_r24.2
112 extlibs/android/sdk/android-sdk-linux
113 extlibs/android/sdk/android-sdk-macosx
114 extlibs/android/sdk/android-sdk-windows
115 extlibs/boost/*
116 extlibs/tinycbor/tinycbor
117 *.tgz
118 *.zip
119 extlibs/arduino/arduino-1.5.8
120 build_common/arduino/extlibs/arduino/arduino-1.5.8
121 extlibs/tinydtls/dtls-client
122 extlibs/tinydtls/dtls-server
123 extlibs/bluez/bluez
124 extlibs/mbedtls/mbedtls
125 extlibs/raxmpp/raxmpp
126 extlibs/yaml/yaml
127 extlibs/rapidjson/rapidjson
128
129 # Ignore editor (e.g. Emacs) backup and autosave files
130 *~
131 *#*#
132 *.orig
133 .cproject
134 .gradle/
135 .project
136
137 # Ignore byte-compiled Python scripts
138 *.pyc
139
140 # Ignore Valgrind generated files.
141 *.memcheck
142
143 # Ignore  generated files
144 *.dat
145
146 # Ignore debian generated files
147 debian/files
148 debian/*.debhelper.log
149 debian/*.substvars
150 debian/iotivity*/*
151 debian/tmp/*