[IOT-2362] Fix OT for sampleserver_mfg
[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/hippomocks/hippomocks/
107 extlibs/master.zip
108 extlibs/cereal/cereal
109 extlibs/cereal
110 extlibs/android/gradle/gradle-2.2.1
111 extlibs/android/ndk/android-ndk-r10d
112 extlibs/android/sdk/android-sdk_r24.2
113 extlibs/android/sdk/android-sdk-linux
114 extlibs/android/sdk/android-sdk-macosx
115 extlibs/android/sdk/android-sdk-windows
116 extlibs/boost/*
117 extlibs/tinycbor/tinycbor
118 *.tgz
119 *.zip
120 extlibs/arduino/arduino-1.5.8
121 build_common/arduino/extlibs/arduino/arduino-1.5.8
122 extlibs/tinydtls/dtls-client
123 extlibs/tinydtls/dtls-server
124 extlibs/bluez/bluez
125 extlibs/mbedtls/mbedtls
126 extlibs/raxmpp/raxmpp
127 extlibs/yaml/yaml
128 extlibs/rapidjson/rapidjson
129
130 # Ignore editor (e.g. Emacs) backup and autosave files
131 *~
132 *#*#
133 *.orig
134 .cproject
135 .gradle/
136 .project
137
138 # Ignore byte-compiled Python scripts
139 *.pyc
140
141 # Ignore Valgrind generated files.
142 *.memcheck
143
144 # Ignore  generated files
145 *.dat
146
147 # Ignore debian generated files
148 debian/files
149 debian/*.debhelper.log
150 debian/*.substvars
151 debian/iotivity*/*
152 debian/tmp/*