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.

19 lines
182 B

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