add local.properties to gitignore
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/e0c964de Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/e0c964de Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/e0c964de Branch: refs/heads/develop Commit: e0c964de5e64dd4e083d6b6b74b789f042522c34 Parents: 7ed6ee3 Author: Alex Harui <[email protected]> Authored: Sun Dec 15 23:33:25 2013 -0800 Committer: Alex Harui <[email protected]> Committed: Sun Dec 15 23:34:48 2013 -0800 ---------------------------------------------------------------------- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e0c964de/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index f73935b..62d7cfb 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,6 @@ #OS junk files [Tt]humbs.db *.DS_Store -/jenkins/ \ No newline at end of file +/jenkins/ + +local.properties \ No newline at end of file
