From 1286b654042b5f9ce6666c5fbce917a44cf46808 Mon Sep 17 00:00:00 2001 From: "hyuna0213.jo" Date: Fri, 5 Jun 2015 13:39:55 +0900 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.7.4