You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2014/02/28 10:48:24 UTC

[27/50] git commit: [flex-falcon] [refs/heads/maven] - add local.properties to gitignore

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/maven
Commit: e0c964de5e64dd4e083d6b6b74b789f042522c34
Parents: 7ed6ee3
Author: Alex Harui <ah...@apache.org>
Authored: Sun Dec 15 23:33:25 2013 -0800
Committer: Alex Harui <ah...@apache.org>
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