Update .gitignore for notification service
authorHUN-JE YEON <hunje.yeon@samsung.com>
Wed, 8 Jun 2016 00:15:51 +0000 (09:15 +0900)
committerUze Choi <uzchoi@samsung.com>
Mon, 13 Jun 2016 10:34:37 +0000 (10:34 +0000)
add iotivity.pc, notification-service build object in .gitignore

Change-Id: Ic82ac71b40386142973ffa8bb11ffd01fb2df758
Signed-off-by: Hun-je Yeon <hunje.yeon@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/8613
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
.gitignore

index f132748..b8c003a 100644 (file)
@@ -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