Skip to content
Snippets Groups Projects
.gitignore 1.19 KiB
Newer Older
  • Learn to ignore specific revisions
  • *.swp
    *~
    .DS_Store
    .cache
    .classpath
    .ensime
    .ensime_cache/
    .ensime_lucene
    .generated-mima*
    
    wangfei's avatar
    wangfei committed
    .idea_modules/
    
    Matei Zaharia's avatar
    Matei Zaharia committed
    .settings
    
    /lib/
    R-unit-tests.log
    R/unit-tests.out
    
    R/pkg/vignettes/sparkr-vignettes.html
    
    conf/*.conf
    
    conf/*.properties
    conf/*.sh
    
    conf/*.xml
    
    dependency-reduced-pom.xml
    derby.log
    dev/create-release/*final
    dev/create-release/*txt
    dist/
    
    docs/api
    
    project/build/target/
    project/plugins/lib_managed/
    
    project/plugins/project/build.properties
    
    project/plugins/src_managed/
    
    project/plugins/target/
    python/lib/pyspark.zip
    
    python/deps
    python/pyspark/python
    
    reports/
    scalastyle-on-compile.generated.xml
    scalastyle-output.xml
    scalastyle.txt
    spark-*-bin-*.tgz
    
    spark-tests.log
    
    Michael Armbrust's avatar
    Michael Armbrust committed
    TempStatsStore/
    
    sql/hive-thriftserver/test_warehouses