diff options
author | Luis A. Garcia <luis@linux.vnet.ibm.com> | 2013-07-18 22:45:38 +0000 |
---|---|---|
committer | Luis A. Garcia <luis@linux.vnet.ibm.com> | 2013-07-18 22:45:38 +0000 |
commit | d8234a1ac2ea72cd03025d320f3848242009afbc (patch) | |
tree | 6027ea4a763a15957736285a0dc94c9ade0ccb73 /.gitignore | |
parent | 552a1e313195710eba5bd0931ab633065a399087 (diff) | |
download | oslo-db-d8234a1ac2ea72cd03025d320f3848242009afbc.tar.gz |
Add eclipse project files to .gitignore
Like some of the other projects (nova, heat) ignore eclipse
project files, for those people that work with eclipse (yuck :)
Change-Id: Ifbb5762b6e16b315f4066ceff35e85d2ac6f990f
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,3 +20,5 @@ openstack/versioninfo *.egg openstack/common/db/*.sqlite .testrepository/ +.project +.pydevproject |