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.

34 lines
441 B

5 years ago
  1. # sphinx build directories
  2. _build/
  3. # dotfiles
  4. .*
  5. !.gitignore
  6. !.mailmap
  7. # compiled python files
  8. *.py[co]
  9. # setup.py egg_info
  10. *.egg-info
  11. # emacs backup files
  12. *~
  13. # hg stuff
  14. *.orig
  15. status
  16. # odoo filestore
  17. openerp/filestore
  18. # maintenance migration scripts
  19. openerp/addons/base/maintenance
  20. # generated for windows installer?
  21. install/win32/*.bat
  22. install/win32/meta.py
  23. # various virtualenv
  24. /bin/
  25. /build/
  26. /dist/
  27. /include/
  28. /lib/
  29. /man/
  30. /share/
  31. /src/