X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=62afd32e00f91e91845d3d1313f86ea74297ee17;hb=77bc41813b25dea10e635f7ea089dae5844e14ff;hp=a5463f0ae433b86e1aada4c38732583f7a69d771;hpb=59bf53c62fdceea6a0f670ce25eebb2ebca69c77;p=platform%2Fupstream%2Fiotivity.git diff --git a/.gitignore b/.gitignore index a5463f0..62afd32 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,23 @@ +#****************************************************************** +# +# Copyright 2014 Intel Mobile Communications GmbH All Rights Reserved. +# +#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +#-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= + # Ignore output dirs /release resource/release @@ -22,21 +42,39 @@ resource/oc_logger/lib/ resource/oc_logger/samples/linux/release/ resource/oc_logger/samples/linux/debug +resource/unittests/release/ +resource/unittests/debug/ + service/things-manager/build/linux/release service/things-manager/build/linux/debug service/things-manager/sdk/build/linux/ + +service/notification/android/.gradle/ +service/notification/android/build/ +service/notification/android/notification-service/build/ +service/notification/android/notification-service/src/main/obj/ + # Ignore any object files *.o +*.os *.obj +# Ignore libraries +*.a +*.so # Ignore Eclipse workspace files *.settings/ -*.cproject -*.project + +# Ignore proguard file generated by Eclipse +proguard-project.txt + +# Ignore CTags default data +tags # Ignore dependencies folder, which should be generated dependencies/ +dep/ #ignore Klocwork stuff .kwlp/ @@ -44,3 +82,47 @@ dependencies/ #ignore various swap files *.swp + +# Ignore SCons generated files and directories +.scon* +config.log +os +out/ +platform +iotivity.pc + +# Ignore downloaded dependencies +extlibs/gtest/gtest-* +extlibs/hippomocks-master/ +extlibs/master.zip +extlibs/cereal/cereal +extlibs/cereal +extlibs/android/gradle/gradle-2.2.1 +extlibs/android/ndk/android-ndk-r10d +extlibs/android/sdk/android-sdk_r24.2 +extlibs/android/sdk/android-sdk-linux +extlibs/android/sdk/android-sdk-macosx +extlibs/android/sdk/android-sdk-windows +extlibs/boost/* +extlibs/tinycbor/tinycbor +*.tgz +*.zip +extlibs/arduino/arduino-1.5.8 +build_common/arduino/extlibs/arduino/arduino-1.5.8 +extlibs/tinydtls/dtls-client +extlibs/tinydtls/dtls-server +extlibs/bluez/bluez + +# Ignore editor (e.g. Emacs) backup and autosave files +*~ +*#*# +*.orig +.cproject +.gradle/ +.project + +# Ignore byte-compiled Python scripts +*.pyc + +# Ignore Valgrind generated files. +*.memcheck