.gitignore 322 B

12345678910111213141516171819202122
  1. .classpath
  2. .project
  3. .settings
  4. .idea/
  5. .iml/
  6. .DS_Store
  7. target
  8. /ambari-server/derby.log
  9. /ambari-server/pass.txt
  10. /ambari-web/npm-debug.log
  11. /ambari-web/public/
  12. /ambari-web/node_modules/
  13. *.pyc
  14. *.py~
  15. *.iml
  16. .hg
  17. .hgignore
  18. .hgtags
  19. derby.log
  20. pass.txt
  21. ambari-agent/src/test/python/ambari_agent/dummy_files/current-stack
  22. velocity.log*