123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- *~
- *.#*
- *#*#
- *.swp
- *.ipr
- *.iml
- *.iws
- *.pyc
- *.pyo
- .idea/
- .idea_modules/
- build/*.jar
- .settings
- .cache
- .generated-mima*
- work/
- out/
- .DS_Store
- third_party/libmesos.so
- third_party/libmesos.dylib
- build/apache-maven*
- build/zinc*
- build/scala*
- conf/java-opts
- conf/*.sh
- conf/*.cmd
- conf/*.properties
- conf/*.conf
- conf/*.xml
- conf/slaves
- docs/_site
- docs/api
- target/
- reports/
- .project
- .classpath
- .scala_dependencies
- lib_managed/
- src_managed/
- project/boot/
- project/plugins/project/build.properties
- project/build/target/
- project/plugins/target/
- project/plugins/lib_managed/
- project/plugins/src_managed/
- spark-tests.log
- streaming-tests.log
- dependency-reduced-pom.xml
- .ensime
- .ensime_cache/
- .ensime_lucene
- checkpoint
- derby.log
- dist/
- dev/create-release/*txt
- dev/create-release/*final
- spark-*-bin-*.tgz
- unit-tests.log
- /lib/
- ec2/lib/
- rat-results.txt
- scalastyle.txt
- scalastyle-output.xml
- R-unit-tests.log
- R/unit-tests.out
- python/lib/pyspark.zip
- lint-r-report.log
- # For Hive
- metastore_db/
- metastore/
- warehouse/
- TempStatsStore/
- sql/hive-thriftserver/test_warehouses
- # For R session data
- .RHistory
- .RData
|