X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.gitignore;h=62afd32e00f91e91845d3d1313f86ea74297ee17;hb=759d81b6347ca3b194a2522cb76837f3cd42916e;hp=7d0ce16eb97e1af8421e584efc3680d7b3116560;hpb=945944cb3ff5efaccd03e8efa23199e58bd59ded;p=platform%2Fupstream%2Fiotivity.git diff --git a/.gitignore b/.gitignore index 7d0ce16..62afd32 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,11 @@ 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 @@ -84,6 +89,7 @@ config.log os out/ platform +iotivity.pc # Ignore downloaded dependencies extlibs/gtest/gtest-* @@ -111,6 +117,9 @@ extlibs/bluez/bluez *~ *#*# *.orig +.cproject +.gradle/ +.project # Ignore byte-compiled Python scripts *.pyc