Skip to content

Commit

Permalink
Ignore java fatal error log files from git and rat
Browse files Browse the repository at this point in the history
Author: Prateek Maheshwari <[email protected]>

Reviewers: Jacob Maes <[email protected]>

Closes apache#354 from prateekm/rat-exclude-hserr
  • Loading branch information
prateekm committed Nov 9, 2017
1 parent 33010a7 commit 4269d62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ docs/learn/documentation/*/rest/javadocs
out/
*.patch
**.pyc
samza-shell/src/main/visualizer/plan.json
samza-shell/src/main/visualizer/plan.json
**/hs_err_pid*.log
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ rat {
'**/*.svg',
'**/*.ttf',
'**/*.woff',
'**/hs_err_pid*.log',
'**/.classpath',
'**/.cache/**',
'**/.git/**',
Expand Down Expand Up @@ -89,7 +90,6 @@ rat {
'samza-hdfs/src/main/resources/**',
'samza-hdfs/src/test/resources/**',
'out/**',
'hs_err_pid*.log',
'state/**'
]
}
Expand Down

0 comments on commit 4269d62

Please sign in to comment.