mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-11-23 12:29:56 +00:00
c4c918f410
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
17 lines
250 B
Plaintext
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/ |