From: hyuna0213.jo Date: Fri, 5 Jun 2015 04:39:55 +0000 (+0900) Subject: Add proguard-project.txt to the .gitignore file X-Git-Tag: 0.9.2-beta~193 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1286b654042b5f9ce6666c5fbce917a44cf46808;p=contrib%2Fiotivity.git Add proguard-project.txt to the .gitignore file The generated file proguard-project.txt was previously checked in accidentally. This patch adds it to the .gitignore so that errors like this won't happen in the future. Change-Id: Ic26b0d48bbb4bf50445e7314ecac6d9979b51e9d Signed-off-by: hyuna0213.jo Reviewed-on: https://gerrit.iotivity.org/gerrit/1196 Reviewed-by: Erich Keane Tested-by: Erich Keane --- diff --git a/.gitignore b/.gitignore index 5042841..291fb19 100644 --- a/.gitignore +++ b/.gitignore @@ -56,6 +56,9 @@ service/things-manager/sdk/build/linux/ # Ignore Eclipse workspace files *.settings/ +# Ignore proguard file generated by Eclipse +proguard-project.txt + # Ignore CTags default data tags # Ignore dependencies folder, which should be generated