.gitignore 763 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # OS X nonsense
  2. .DS_Store
  3. # Python compiled files
  4. *.pyc
  5. *.pyo
  6. # vim tmp files
  7. .*.swp
  8. .*.swo
  9. # emacs backup files
  10. .*~
  11. # Build directory and environment
  12. build
  13. env
  14. metastore_db
  15. VERSION_INFO
  16. # Generated configuration
  17. desktop/conf/*.ini
  18. # ctags file
  19. tags
  20. TAGS
  21. # Third party build files
  22. *.egg-info/
  23. dist/
  24. # Include top level distribution dir
  25. !/dist/
  26. # Crepo fetched them
  27. ext/thirdparty/js/art-widgets/
  28. ext/thirdparty/js/mootools-table/
  29. # Make product
  30. desktop/core/ext-py/lxml/src/lxml/lxml-version.h
  31. /VERSION_DATA
  32. # Common "beeswaxd" product
  33. /metastore_db
  34. /derby.log
  35. # Nose --with-id's file
  36. /.noseids
  37. # Coverage product
  38. /.coverage
  39. /coverage.xml
  40. # Common utility alias
  41. /d
  42. # Database of running server
  43. desktop/desktop.db
  44. app.reg
  45. # logs
  46. /logs
  47. desktop/logs