.gitignore 288 B

123456789101112131415161718192021222324252627
  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. LC_MESSAGES
  12. # Editors and IDEs.
  13. *kdev*
  14. *.kate-swp
  15. *.lprof
  16. *~
  17. *.qm
  18. .idea
  19. # Eclipse+PyDev
  20. .project
  21. .pydevproject
  22. .settings
  23. # Debian packaging
  24. debian*