##// END OF EJS Templates
Some .hgignore extras (skipping eclipse files)
Marcin Kasperski -
r17:88476f5c default
parent child Browse files
Show More
@@ -1,5 +1,7 b''
1 syntax: regexp
1 syntax: regexp
2
2
3 \.pyc$
3 \.pyc$
4 ~$
4 ~$
5 ^\.\# No newline at end of file
5 ^\.\#
6 ^\.(project|pydevproject)$
7 ^\.settings/
General Comments 0
You need to be logged in to leave comments. Login now