< prev index next >

.gitignore

Print this page
*** 1,10 ***
  /build/
  /dist/
  /.idea/
  /.vscode/
- /nbproject/
  nbproject/private/
  /webrev
  /.src-rev
  /.jib/
  .DS_Store
--- 1,9 ---

*** 13,13 ***
--- 12,17 ---
  test/nashorn/script/external
  test/nashorn/lib
  NashornProfile.txt
  **/JTreport/**
  **/JTwork/**
+ /.gradle/
+ .gradletasknamecache
+ /pre-build/
  /src/utils/LogCompilation/target/
  /.project/
  /.settings/
+ commitId.txt
  /compile_commands.json
  /.cache
  /.gdbinit
  /.lldbinit
  **/core.[0-9]*
< prev index next >