Skip to content

Commit

Permalink
8227170: (.hg)Ignore the JTwork and JTreport directories generated at…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
jaikiran committed Jul 29, 2019
1 parent 6d65b4f commit c4c918f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .hgignore
Expand Up @@ -5,12 +5,13 @@ nbproject/private/
^webrev
^.src-rev$
^.jib/
\.DS_Store
\.metadata/
\.recommenders/
(^|/)\.DS_Store
(^|/)\.metadata/
(^|/)\.recommenders/
test/nashorn/script/external
test/nashorn/lib
NashornProfile.txt
.*/JTreport/.*
.*/JTwork/.*
.*/.git/.*
(^|/)JTreport/
(^|/)JTwork/
(^|/)\.git/
^src/utils/hsdis/build/

0 comments on commit c4c918f

Please sign in to comment.