You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2016/04/22 19:24:57 UTC

[10/35] git commit: [flex-falcon] [refs/heads/feature/maven-migration-test] - add gitignore

add 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/e314824a
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/e314824a
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/e314824a

Branch: refs/heads/feature/maven-migration-test
Commit: e314824a1eb2a3f9fb2d91e3e1e8b0f74a15cfbb
Parents: 6d2d13f
Author: Alex Harui <ah...@apache.org>
Authored: Thu Apr 21 11:41:28 2016 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Apr 22 09:02:57 2016 -0700

----------------------------------------------------------------------
 compiler-jx/.gitignore | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e314824a/compiler-jx/.gitignore
----------------------------------------------------------------------
diff --git a/compiler-jx/.gitignore b/compiler-jx/.gitignore
new file mode 100644
index 0000000..6dde787
--- /dev/null
+++ b/compiler-jx/.gitignore
@@ -0,0 +1,8 @@
+# ignored files/directories for the 'compiler' project
+/generated
+/lib
+/in
+/utils
+
+#local settings
+local.properties
\ No newline at end of file