.gitignore 276 B

1234567891011121314151617181920212223242526
  1. # Compiled and generated things.
  2. build
  3. *.pyc
  4. __pycache__
  5. *.mo
  6. docs/html
  7. *.log
  8. resources/i18n/en
  9. resources/i18n/x-test
  10. resources/firmware
  11. # Editors and IDEs.
  12. *kdev*
  13. *.kate-swp
  14. *.lprof
  15. *~
  16. *.qm
  17. .idea
  18. # Eclipse+PyDev
  19. .project
  20. .pydevproject
  21. .settings
  22. # Debian packaging
  23. debian*