Author: tomaz
Date: Sun Oct 28 14:39:06 2012
New Revision: 1403002
URL: http://svn.apache.org/viewvc?rev=1403002&view=rev
Log:
Update .gitignore with secrets.py and .tox.
Modified:
libcloud/trunk/.gitignore
Modified: libcloud/trunk/.gitignore
URL: http://svn.apache.org/viewvc/libcloud/trunk/.gitignore?rev=1403002&r1=1403001&r2=1403002&view=diff
==============================================================================
--- libcloud/trunk/.gitignore (original)
+++ libcloud/trunk/.gitignore Sun Oct 28 14:39:06 2012
@@ -1,8 +1,9 @@
*.py[co]
*.sw[po]
-test/secrets.py
+libcloud/test/secrets.py
demos/secrets.py
*~
+.tox
_trial_temp
build
MANIFEST
|