Skip to content
Snippets Groups Projects
  • wm624@hotmail.com's avatar
    9958ac0c
    [SPARKR][BUILD] ignore cran-check.out under R folder · 9958ac0c
    wm624@hotmail.com authored
    ## What changes were proposed in this pull request?
    
    (Please fill in changes proposed in this fix)
    R add cran check which will generate the cran-check.out. This file should be ignored in git.
    
    ## How was this patch tested?
    
    (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
    Manual test it. Run clean test and git status to make sure the file is not included in git.
    
    Author: wm624@hotmail.com <wm624@hotmail.com>
    
    Closes #14774 from wangmiao1981/ignore.
    9958ac0c
    History
    [SPARKR][BUILD] ignore cran-check.out under R folder
    wm624@hotmail.com authored
    ## What changes were proposed in this pull request?
    
    (Please fill in changes proposed in this fix)
    R add cran check which will generate the cran-check.out. This file should be ignored in git.
    
    ## How was this patch tested?
    
    (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
    Manual test it. Run clean test and git status to make sure the file is not included in git.
    
    Author: wm624@hotmail.com <wm624@hotmail.com>
    
    Closes #14774 from wangmiao1981/ignore.
.gitignore 1.12 KiB
*#*#
*.#*
*.iml
*.ipr
*.iws
*.pyc
*.pyo
*.swp
*~
.DS_Store
.cache
.classpath
.ensime
.ensime_cache/
.ensime_lucene
.generated-mima*
.idea/
.idea_modules/
.project
.pydevproject
.scala_dependencies
.settings
/lib/
R-unit-tests.log
R/unit-tests.out
R/cran-check.out
build/*.jar
build/apache-maven*
build/scala*
build/zinc*
cache
checkpoint
conf/*.cmd
conf/*.conf
conf/*.properties
conf/*.sh
conf/*.xml
conf/java-opts
conf/slaves
dependency-reduced-pom.xml
derby.log
dev/create-release/*final
dev/create-release/*txt
dist/
docs/_site
docs/api
lib_managed/
lint-r-report.log
log/
logs/
out/
project/boot/
project/build/target/
project/plugins/lib_managed/
project/plugins/project/build.properties
project/plugins/src_managed/
project/plugins/target/
python/lib/pyspark.zip
reports/
scalastyle-on-compile.generated.xml
scalastyle-output.xml
scalastyle.txt
spark-*-bin-*.tgz
spark-tests.log
src_managed/
streaming-tests.log
target/
unit-tests.log
work/
# For Hive
TempStatsStore/
metastore/
metastore_db/
sql/hive-thriftserver/test_warehouses
warehouse/
spark-warehouse/

# For R session data
.RData
.RHistory
.Rhistory
*.Rproj
*.Rproj.*

.Rproj.user