From 38ed95d3c0e7043351bcd98edcec840440c2f50c Mon Sep 17 00:00:00 2001 From: Ivan Dubrov Date: Thu, 24 Apr 2014 17:02:24 -0700 Subject: Extracting DCEVM patch & code into separate project Making DCEVM to be toplevel project that clones HotSpot repository, patches the code, builds JVM and tests it. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..ef75b32a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/.gradle +/.idea +/hotspot +build +*.iml -- cgit v1.2.3