Changeset - 1ad4e1acab67
[Not reviewed]
default
0 0 1
Dennis Fink - 10 years ago 2015-06-15 20:24:00
dennis.fink@c3l.lu
Added hgignore
1 file changed with 19 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
new file 100644
 
syntax: glob
 

	
 
*.pyc
 
__pycache__/*
 
*~
 
*.egg-info/*
 
*.s[a-w][a-z]
 
*.un~
 
Session.vim
 
.netrwhist
 
*.log
 
*.py,cover
 

	
 
docs/build/*
 

	
 
config.py
 
*.json
 
uploads/*
 
tmp/*
0 comments (0 inline, 0 general)