/.hgignore

https://bitbucket.org/btubbs/silk-deployment/ · #! · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 3d2d1bc6d500a6db17a1e0110e32daa8 MD5 · raw file

  1. syntax: glob
  2. *.pyc
  3. .*.swp
  4. .*.swo
  5. *~
  6. *.orig
  7. *.idea
  8. .DS_Store
  9. pip-log.txt
  10. build/*
  11. dist/*
  12. tmp/*
  13. run/*
  14. *egg-info/*