##// END OF EJS Templates
- Make sure mercurial ignores emacs #foo# files (created while file foo is...
fperez -
Show More
@@ -1,11 +1,14 b''
1 1 syntax: glob
2 2
3 3 *~
4 4 *.tmp
5 5 *.pyc
6 6 .svn/
7 7 .bzr/
8 8 .settings/
9 9 .project
10 10 *.diff
11 11 IPython_crash_report.txt
12
13 syntax: regexp
14 .*\#.*\#$
General Comments 0
You need to be logged in to leave comments. Login now