/.hgignore

https://bitbucket.org/aeoth/mahapps.metro/ · #! · 71 lines · 69 code · 2 blank · 0 comment · 0 complexity · 00b808fa413b963c9cd98d1a91cde9a8 MD5 · raw file

  1. # Ignore file for Visual Studio 2008 / 2010 with some bits added by Ewen
  2. # use glob syntax
  3. syntax: glob
  4. # Ignore Visual Studio 2008 files
  5. *.*scc
  6. *.FileListAbsolute.txt
  7. *.aps
  8. *.bak
  9. *.[Cc]ache
  10. *.clw
  11. *.eto
  12. *.exe
  13. *.fb6lck
  14. *.fbl6
  15. *.fbpInf
  16. *.ilk
  17. *.lib
  18. *.log
  19. *.ncb
  20. *.nlb
  21. *.obj
  22. *.patch
  23. *.pch
  24. *.pdb
  25. *.plg
  26. *.[Pp]ublish.xml
  27. *.rdl.data
  28. *.sbr
  29. *.scc
  30. *.sig
  31. *.sqlsuo
  32. *.suo
  33. *.svclog
  34. *.tlb
  35. *.tlh
  36. *.tli
  37. *.tmp
  38. *.user
  39. *.vshost.*
  40. *.vspscc
  41. *DXCore.Solution
  42. *_i.c
  43. *_p.c
  44. Ankh.Load
  45. Backup*
  46. CVS/
  47. PrecompiledWeb/
  48. UpgradeLog*.*
  49. [Bb]in/
  50. [Dd]ebug/
  51. [Oo]bj/
  52. [Rr]elease/
  53. [Tt]humbs.db
  54. _UpgradeReport_Files
  55. _[Rr]e[Ss]harper.*/
  56. hgignore[.-]*
  57. ignore[.-]*
  58. svnignore[.-]*
  59. [Tt]est[Rr]esult*
  60. [Bb]uild[Ll]og.*
  61. *.[Pp]ublish.xml
  62. TestResults\*
  63. glob:desktop.ini
  64. *.bak.*
  65. *.bak
  66. tmp/
  67. output
  68. glob:Output/*
  69. glob:BuildOutput*