.hgignore 259 B

12345678910111213141516
  1. # .hgignore - List of filenames hg should ignore
  2. # Filenames that should be ignored wherever they appear
  3. ~$
  4. \.pyc$
  5. (^|/)TAGS$
  6. (^|/)\.DS_Store$
  7. # User files that may appear at the root
  8. ^configure$
  9. ^config\.cache$
  10. ^config\.log$
  11. ^ID$
  12. # Build directories
  13. ^obj