Skip to content

Commit

Permalink
Additional rat and git excludes
Browse files Browse the repository at this point in the history
Excluding the following file types:
*.log
*.diff
*.patch
*.dat (locator data file)
  • Loading branch information
upthewaterspout committed Dec 22, 2015
1 parent 94bce4d commit 7adbc2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@ build-eclipse/
*.ipr
*.iws
*.swp
*.log
*.patch
*.diff
*.dat
# bruce: my synch settings for windows->linux transfers
transferhost.txt
4 changes: 4 additions & 0 deletions gradle/rat.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ rat {
'**/*.json',
'**/*.tx0',
'**/*.txo',
'**/*.log',
'**/*.patch',
'**/*.diff',

// binary files
'**/*.cer',
Expand All @@ -66,6 +69,7 @@ rat {
'**/*.truststore',
'**/*.xls',
'**/publickeyfile',
'**/*.dat',

// other text files
'gemfire-spark-connector/project/plugins.sbt',
Expand Down

0 comments on commit 7adbc2a

Please sign in to comment.