.gitignore 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. # OS X nonsense
  2. .DS_Store
  3. ._*
  4. # Python compiled files
  5. *.pyc
  6. *.pyo
  7. # Language compiled files
  8. apps/*/src/*/locale/*/LC_MESSAGES/*.mo
  9. desktop/core/src/desktop/locale/*/LC_MESSAGES/*.mo
  10. desktop/libs/*/src/*/locale/*/LC_MESSAGES/*.mo
  11. # vim tmp files
  12. .*.swp
  13. .*.swo
  14. # emacs backup files
  15. .*~
  16. # Build directory and environment
  17. build
  18. env
  19. metastore_db
  20. VERSION_INFO
  21. # Generated configuration
  22. desktop/conf/*.ini
  23. # ctags file
  24. tags
  25. TAGS
  26. # Third party build files
  27. *.egg-info/
  28. dist/
  29. # Include top level distribution dir
  30. !/dist/
  31. # Crepo fetched them
  32. ext/thirdparty/js/art-widgets/
  33. ext/thirdparty/js/mootools-table/
  34. ext/thirdparty/js/jframe/
  35. # Make product
  36. desktop/core/ext-py/lxml/src/lxml/lxml-version.h
  37. # Common "beeswaxd" product
  38. /metastore_db
  39. /derby.log
  40. # Nose --with-id's file
  41. /.noseids
  42. # Coverage product
  43. /.coverage
  44. /coverage.xml
  45. # Common utility alias
  46. /d
  47. # Intellij project files
  48. .idea/
  49. *.iml
  50. # Database of running server
  51. desktop/desktop.db
  52. app.reg
  53. # logs
  54. /logs
  55. desktop/logs
  56. # Maven's target directory
  57. target
  58. # Maven's dependency reduced pom
  59. desktop/libs/hadoop/java/dependency-reduced-pom.xml
  60. # Reviewboard config file
  61. .reviewboardrc
  62. # Make files
  63. JAVASCRIPTLINT.txt
  64. PYLINT.txt
  65. desktop/desktop-test.db
  66. ext/hadoop/
  67. ext/hive/
  68. ext/oozie/
  69. nosetests.xml
  70. oozie.sql
  71. tools/jenkins/ext/
  72. tools/jenkins/oozie.sql
  73. apps/logs
  74. # Sublime Text temp files
  75. *.subl*