Skip to content
Snippets Groups Projects
.hgignore 70 B
Newer Older
  • Learn to ignore specific revisions
  • Emmanuel Christophe's avatar
    Emmanuel Christophe committed
    syntax: glob
    *~
    .*.swp
    *.orig
    
    Julien Malik's avatar
    Julien Malik committed
    *.pyc
    
    Emmanuel Christophe's avatar
    Emmanuel Christophe committed
    .\#*
    \#*\#
    
    tags
    *vim*
    *.template
    
    Emmanuel Christophe's avatar
    Emmanuel Christophe committed