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 *.pyc
*.DS_Store *.DS_Store
local_settings.py local_settings.py
CA/index.txt CA/
CA/serial
keeper keeper
instances instances
keys keys
@ -10,3 +9,5 @@ build/*
build-stamp build-stamp
nova.egg-info nova.egg-info
.nova-venv .nova-venv
*.sqlite
*.log

View File

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