.gitignore 984 B

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