.gitignore 179 B

1234567891011121314151617
  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. # Editors and IDEs.
  11. *kdev*
  12. *.kate-swp
  13. *.lprof
  14. *~
  15. *.qm
  16. .idea