Merge branch 'master' into easysetup
[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 resource/oc_logger/bin/
41 resource/oc_logger/lib/
42 resource/oc_logger/samples/linux/release/
43 resource/oc_logger/samples/linux/debug
44
45 resource/unittests/release/
46 resource/unittests/debug/
47
48 service/things-manager/build/linux/release
49 service/things-manager/build/linux/debug
50 service/things-manager/sdk/build/linux/
51 # Ignore any object files
52 *.o
53 *.obj
54
55
56 # Ignore Eclipse workspace files
57 *.settings/
58
59 # Ignore CTags default data
60 tags
61 # Ignore dependencies folder, which should be generated
62 dependencies/
63
64 #ignore Klocwork stuff
65 .kwlp/
66 .kwps/
67
68 #ignore various swap files
69 *.swp
70
71 # Ignore SCons generated files and directories
72 .scon*
73 config.log
74 os
75 out/
76 platform
77
78 # Ignore downloaded dependencies
79 extlibs/gtest/gtest-*
80 extlibs/hippomocks-master/
81 extlibs/master.zip
82 extlibs/cereal/cereal
83 extlibs/expat/expat*
84 extlibs/cereal
85 extlibs/android/gradle/gradle-2.2.1
86 extlibs/android/ndk/android-ndk-r10d
87 extlibs/android/sdk/android-sdk_r24.2
88 extlibs/boost/boost_1_58_0
89 *.tgz
90 *.zip
91 extlibs/arduino/arduino-1.5.8
92 build_common/arduino/extlibs/arduino/arduino-1.5.8
93
94 # Ignore editor (e.g. Emacs) backup and autosave files
95 *~
96 *#*#
97 *.orig
98
99 # Ignore byte-compiled Python scripts
100 *.pyc