changeset 82:6da61f3f83fe

Add fabfile.py to .hgignore Used with fabric, the python command-line tool for automating some tasks. Should not need to be tracked.
author dellsystem <ilostwaldo@gmail.com>
date Fri, 24 Aug 2012 17:13:38 -0400
parents b4acef221c11
children 343d79b20dd5
files .hgignore
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Fri Aug 24 17:12:44 2012 -0400
+++ b/.hgignore	Fri Aug 24 17:13:38 2012 -0400
@@ -6,3 +6,4 @@
 .*\.swp$
 .*\.swo$
 ^Honza.*/
+fabfile.py