.hgignore 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. \.orig$
  2. \.pyc$
  3. \.swp$
  4. \.project$
  5. \.pydevproject$
  6. .*what_failed$
  7. .*python.sbv.sbv\.qmlproject\.user$
  8. .*\.settings.org\.eclipse\.core\.resources\.prefs$
  9. linux-.*-.*/bin
  10. linux-.*-.*/bv
  11. linux-.*-.*/cw_build470msl19
  12. linux-.*-.*/python27
  13. linux-.*-.*/python3.*
  14. linux-.*-.*/share
  15. linux-.*-.*/info
  16. linux-.*-.*/man
  17. test/epoc32/
  18. test/smoke_suite/test_resources/gnumakefile/.*\.txt
  19. test/smoke_suite/test_resources/longerpathnames
  20. test/smoke_suite/test_resources/qt/helloworld/Makefile
  21. test/smoke_suite/test_resources/qt/helloworld/.make.cache
  22. test/smoke_suite/test_resources/qt/helloworld/bld.inf
  23. test/smoke_suite/test_resources/qt/helloworld/helloworldqt.loc
  24. test/smoke_suite/test_resources/qt/helloworld/helloworldqt.rss
  25. test/smoke_suite/test_resources/qt/helloworld/helloworldqt_0x20029F39.mmp
  26. test/smoke_suite/test_resources/qt/helloworld/helloworldqt_installer.pkg
  27. test/smoke_suite/test_resources/qt/helloworld/helloworldqt_reg.rss
  28. test/smoke_suite/test_resources/qt/helloworld/helloworldqt_template.pkg
  29. test/smoke_suite/test_resources/qt/lotto/Makefile
  30. test/smoke_suite/test_resources/qt/lotto/.make.cache
  31. test/smoke_suite/test_resources/qt/lotto/bld.inf
  32. test/smoke_suite/test_resources/qt/lotto/lottonumberpicker.loc
  33. test/smoke_suite/test_resources/qt/lotto/lottonumberpicker.rss
  34. test/smoke_suite/test_resources/qt/lotto/LottoNumberPicker_0x20029F39.mmp
  35. test/smoke_suite/test_resources/qt/lotto/lottonumberpicker_installer.pkg
  36. test/smoke_suite/test_resources/qt/lotto/lottonumberpicker_reg.rss
  37. test/smoke_suite/test_resources/qt/lotto/lottonumberpicker_template.pkg
  38. test/smoke_suite/test_resources/qt/lotto/moc_lottonumberpicker.cpp
  39. test/smoke_suite/test_resources/qt/lotto/ui_lottonumberpicker.h
  40. test/smoke_suite/test_resources/simple.*\.lst$
  41. test/smoke_suite/test_resources/simple_export/expbld.inf
  42. test/smoke_suite/test_resources/simple_lib/zzzzzzzzzzzz
  43. test/smoke_suite/test_resources/simple_plugin/bwins/plugin2u.def
  44. test/smoke_suite/test_resources/simple_plugin/eabi/plugin2u.def
  45. test/smoke_suite/test_resources/sysdef/build_gen_source/exported.inf
  46. test/smoke_suite/test_resources/sysdef/build_gen_source/exported.mmh
  47. test/smoke_suite/test_resources/sysdef/dependent_on_exports/metadata_export_pre1.mmh
  48. test/smoke_suite/test_resources/sysdef/dependent_on_exports/metadata_export_pre2.mmh
  49. test/smoke_suite/test_resources/tracecompiler
  50. test/smoke_suite/test_resources/unfrozen/frozen/bwins/frozenu.def
  51. test/smoke_suite/test_resources/unfrozen/frozen/eabi/frozenu.def
  52. test/tmp
  53. util/build
  54. util/ext/Python-2.7.tar.bz2
  55. util/ext/bv.tgz
  56. util/ext/dialog-1.1-20080819.tar.gz
  57. util/ext/make-3.81.tar.bz2