Adding run_test.sh artifacts to .gitignore

Adding myself to the Authors file.

Change-Id: Ifcedc2b7925f293cc47fb1eda9fbc14fa045918a
This commit is contained in:
Aaron Lee 2011-09-27 09:43:48 -05:00
parent 21da183ede
commit d2ac401fbb
2 changed files with 4 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,8 +1,7 @@
*.pyc
*.DS_Store
local_settings.py
CA/index.txt
CA/serial
CA/
keeper
instances
keys
@ -10,3 +9,5 @@ build/*
build-stamp
nova.egg-info
.nova-venv
*.sqlite
*.log

View File

@ -1,3 +1,4 @@
Aaron Lee <aaron.lee@rackspace.com>
Adam Gandelman <adamg@canonical.com>
Adam Johnson <adjohn@gmail.com>
Alex Meade <alex.meade@rackspace.com>