.gitignore 990 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. *~
  2. *.#*
  3. *#*#
  4. *.swp
  5. *.ipr
  6. *.iml
  7. *.iws
  8. *.pyc
  9. *.pyo
  10. .idea/
  11. *.log
  12. .idea_modules/
  13. build/*.jar
  14. .settings
  15. .cache
  16. .generated-mima*
  17. work/
  18. out/
  19. .DS_Store
  20. third_party/libmesos.so
  21. third_party/libmesos.dylib
  22. build/apache-maven*
  23. build/zinc*
  24. build/scala*
  25. conf/java-opts
  26. conf/*.sh
  27. conf/*.cmd
  28. conf/*.properties
  29. conf/*.conf
  30. conf/*.xml
  31. conf/slaves
  32. docs/_site
  33. docs/api
  34. target/
  35. reports/
  36. .project
  37. .classpath
  38. .scala_dependencies
  39. lib_managed/
  40. src_managed/
  41. project/boot/
  42. project/plugins/project/build.properties
  43. project/build/target/
  44. project/plugins/target/
  45. project/plugins/lib_managed/
  46. project/plugins/src_managed/
  47. dependency-reduced-pom.xml
  48. .ensime
  49. .ensime_cache/
  50. .ensime_lucene
  51. checkpoint
  52. dist/
  53. dev/create-release/*txt
  54. dev/create-release/*final
  55. spark-*-bin-*.tgz
  56. /lib/
  57. ec2/lib/
  58. rat-results.txt
  59. scalastyle.txt
  60. scalastyle-output.xml
  61. R/unit-tests.out
  62. python/lib/pyspark.zip
  63. # For Hive
  64. metastore_db/
  65. metastore/
  66. warehouse/
  67. TempStatsStore/
  68. sql/hive-thriftserver/test_warehouses
  69. # For R session data
  70. .RHistory
  71. .RData