.gitignore 525 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Package Files #
  2. *.jar
  3. *.zip
  4. *.tar.gz
  5. # see JDK-8214300
  6. .attach_pid*
  7. # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
  8. hs_err_pid*
  9. # build targets
  10. target/
  11. # Log file
  12. *.log
  13. /logs
  14. logs.zip
  15. # Intellij Idea files
  16. .idea/
  17. *.iml
  18. .idea/*
  19. .DS_Store
  20. metastore_db/
  21. work_dir
  22. all-dependencies.txt
  23. self-modules.txt
  24. third-party-dependencies.txt
  25. *.keytab
  26. /derby.log
  27. dependency-reduced-pom.xml
  28. apidoc
  29. # Python
  30. *.py[cod]
  31. Test.java
  32. Test.scala
  33. test.conf
  34. spark-warehouse
  35. *.flattened-pom.xml