diff options
author | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-04-30 13:50:10 +0530 |
---|---|---|
committer | Arun Raghavan <arun.raghavan@collabora.co.uk> | 2012-04-30 13:50:10 +0530 |
commit | cd2fe9a113900aaaed3c9f7e366dee61bf6f5d94 (patch) | |
tree | eb62fd68680c15cd4732c0fd9f5b6c8270789811 | |
parent | 6413711808ce48761e8c5dce9e44181192672756 (diff) |
Add a .gitignore
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7431477 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +bin/ +gen/ +libs/ +obj/ +default.properties +local.properties +project.properties |