Imported Upstream version 0.9.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 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
52 # Ignore any object files
53 *.o
54 *.os
55 *.obj
56
57 # Ignore libraries
58 *.a
59 *.so
60
61 # Ignore Eclipse workspace files
62 *.settings/
63
64 # Ignore proguard file generated by Eclipse
65 proguard-project.txt
66
67 # Ignore CTags default data
68 tags
69
70 # Ignore dependencies folder, which should be generated
71 dependencies/
72 dep/
73
74 #ignore Klocwork stuff
75 .kwlp/
76 .kwps/
77
78 #ignore various swap files
79 *.swp
80
81 # Ignore SCons generated files and directories
82 .scon*
83 config.log
84 os
85 out/
86 platform
87
88 # Ignore downloaded dependencies
89 extlibs/gtest/gtest-*
90 extlibs/hippomocks-master/
91 extlibs/master.zip
92 extlibs/cereal/cereal
93 extlibs/expat/expat*
94 extlibs/cereal
95 extlibs/android/gradle/gradle-2.2.1
96 extlibs/android/ndk/android-ndk-r10d
97 extlibs/android/sdk/android-sdk_r24.2
98 extlibs/boost/boost_1_58_0
99 extlibs/tinycbor/tinycbor
100 *.tgz
101 *.zip
102 extlibs/arduino/arduino-1.5.8
103 build_common/arduino/extlibs/arduino/arduino-1.5.8
104 extlibs/tinydtls/dtls-client
105 extlibs/tinydtls/dtls-server
106
107 # Ignore editor (e.g. Emacs) backup and autosave files
108 *~
109 *#*#
110 *.orig
111
112 # Ignore byte-compiled Python scripts
113 *.pyc
114
115 # Ignore Valgrind generated files.
116 *.memcheck