darling-openjdk/.hgignore
Jaikiran Pai c4c918f410 8227170: (.hg)Ignore the JTwork and JTreport directories generated at the root of the repo
Fix the .hgignore file to properly ignore the following: .DS_Store file, .metadata, .recommenders, JTwork and JTreport directories at the root of the repo (in addition to being ignored as sub-directories). src/utils/hsdis/build/ directory

Reviewed-by: erikj
2019-07-29 16:31:09 +05:30

17 lines
250 B
Plaintext

^build/
^dist/
^.idea/
nbproject/private/
^webrev
^.src-rev$
^.jib/
(^|/)\.DS_Store
(^|/)\.metadata/
(^|/)\.recommenders/
test/nashorn/script/external
test/nashorn/lib
NashornProfile.txt
(^|/)JTreport/
(^|/)JTwork/
(^|/)\.git/
^src/utils/hsdis/build/