From 615430e4e81681cbb25f831c6b0b4add1bfe324d Mon Sep 17 00:00:00 2001 From: Ivan Dubrov Date: Wed, 30 Apr 2014 13:26:58 -0700 Subject: Started moving patches into Mercurial mq Starting using Mercurial MQ for managing DCEVM patches. --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 870cce4a..be08e9db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,12 @@ /.gradle /.idea -/hotspot +/hotspot/* +/hotspot/.hg/* +/hotspot/.hg/patches/* +!/hotspot/.hg/ +!/hotspot/.hg/patches +!/hotspot/.hg/patches/*.patch +!/hotspot/.hg/patches/series build *.iml hs_err* -- cgit v1.2.3