OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
181 B

11 years ago
  1. syntax: glob
  2. **/*.pyc
  3. *.pyc
  4. *.pyo
  5. *.swp
  6. .tmp*
  7. *~
  8. *.egg-info
  9. dist/*
  10. build/*
  11. lib/*
  12. output/*
  13. *.orig
  14. *.log
  15. .settings/*
  16. storage/*
  17. .project
  18. .idea
  19. .pydevproject
  20. *.db
  21. .ropeproject/*
  22. .mob