summaryrefslogtreecommitdiff
path: root/.hgignore
blob: ece540b2c57cc8f855db8357f7bba42afa1d6d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
syntax: re
# This line is a comment, and will be skipped.
# Empty lines are skipped too.

# Backup files left behind by the Emacs editor.
/*~

\.pyc$

# Lock files used by the Emacs editor.
# Notice that the "#" character is quoted with a backslash.
# This prevents it from being interpreted as starting a comment.
.*\#.*

\.so$
\.o$

.*old_.*
\.orig$