12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- *~
- *.#*
- *#*#
- *.swp
- *.ipr
- *.iml
- *.iws
- *.pyc
- *.pyo
- .idea/
- *.log
- .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/
- dependency-reduced-pom.xml
- .ensime
- .ensime_cache/
- .ensime_lucene
- checkpoint
- dist/
- dev/create-release/*txt
- dev/create-release/*final
- spark-*-bin-*.tgz
- /lib/
- ec2/lib/
- rat-results.txt
- scalastyle.txt
- scalastyle-output.xml
- R/unit-tests.out
- python/lib/pyspark.zip
- # For Hive
- metastore_db/
- metastore/
- warehouse/
- TempStatsStore/
- sql/hive-thriftserver/test_warehouses
- # For R session data
- .RHistory
- .RData
|