comparison .hgignore @ 4:0aae72032c25 draft

Added files described in changeset d24a00dabdc2.
author Antonio Pino Robles <data.script93@gmail.com>
date Fri, 15 May 2015 20:30:21 +0200
parents
children adcd5fc9b9a2
comparison
equal deleted inserted replaced
3:d24a00dabdc2 4:0aae72032c25
1 #example taken from the Hg book!
2 syntax: glob
3 # This line is a comment, and will be skipped.
4 # Empty lines are skipped too.
5
6 # Backup files left behind by the Emacs editor.
7 *~
8
9 # Lock files used by the Emacs editor.
10 # Notice that the "#" character is quoted with a backslash.
11 # This prevents it from being interpreted as starting a comment.
12 .\#*
13
14 # Temporary files used by the vim editor.
15 .*.swp