#****************************************************************** # # 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 resource/csdk/release resource/csdk/libcoap-4.1.1/release/ resource/examples/release resource/examples/debug /debug resource/debug resource/csdk/debug/ resource/csdk/libcoap-4.1.1/debug/ resource/csdk/libcoap-4.1.1/linux/ resource/csdk/linux resource/csdk/stack/samples/linux/SimpleClientServer/debug/ resource/csdk/stack/samples/linux/SimpleClientServer/release/ resource/csdk/connectivity/build/out/ # Ignore autogenerated files # better not to ignore this one: #resource/c_common/iotivity_config.h resource/csdk/connectivity/src/bt_le_adapter/linux/org.iotivity.gatt.service.conf 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/ # Ignore proguard file generated by Eclipse proguard-project.txt # Ignore Project files for IDEA *.iml .idea # Ignore CTags default data tags # Ignore dependencies folder, which should be generated dependencies/ dep/ #ignore Klocwork stuff .kwlp/ .kwps/ #ignore various swap files *.swp # Ignore SCons generated files and directories .scon* config.log os out/ platform iotivity.pc tmp/ *.tmp *.tmp.* # Ignore GCov generated files *.gcda *.gcno # Ignore downloaded dependencies *.tgz *.zip *.bin extlibs/android/gradle/gradle-* extlibs/android/ndk/android-ndk-* extlibs/android/sdk/android-sdk-* extlibs/arduino/arduino-* extlibs/bluez/bluez extlibs/boost/boost_* extlibs/cereal/cereal extlibs/gtest/googletest-* extlibs/hippomocks/hippomocks extlibs/hippomocks-master extlibs/libcoap/libcoap extlibs/libstrophe/libstrophe extlibs/mbedtls/mbedtls extlibs/rapidjson/rapidjson extlibs/raxmpp/raxmpp extlibs/sqlite3/sqlite3* extlibs/tinycbor/tinycbor extlibs/tinydtls/dtls-client extlibs/tinydtls/dtls-server extlibs/wksxmppxep/*/ extlibs/yaml/yaml # Ignore editor (e.g. Emacs) backup and autosave files *~ *#*# *.orig .cproject .gradle/ .project # Ignore byte-compiled Python scripts *.pyc # Ignore Valgrind generated files. *.memcheck # Ignore generated files *.dat # Ignore generated documentation files docs/c-doc/docs/ docs/c-doc/doxygen.log docs/cpp-doc/docs/ docs/cpp-doc/doxygen.log # Ignore debian generated files debian/files debian/*.debhelper.log debian/*.substvars debian/iotivity*/* debian/tmp/*