diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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* |