diff options
author | Aidan Skinner <aidan@apache.org> | 2009-08-26 09:48:29 +0000 |
---|---|---|
committer | Aidan Skinner <aidan@apache.org> | 2009-08-26 09:48:29 +0000 |
commit | fcadbbf0302510d8b71e956ca5f758fb860b7499 (patch) | |
tree | 2ab307811479ffe810d419eca1f0e2c842a05ad7 /.gitignore | |
parent | ad2aa98ba7e4f71f52ee4f3937f72ff08e932c27 (diff) | |
download | qpid-python-fcadbbf0302510d8b71e956ca5f758fb860b7499.tar.gz |
Add workspace to ignored files.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@807945 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 641f3d7e84..14fc13b445 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,6 @@ qpid/java/lib/cobertura/ *.dll # MacOS File .DS_Store + +#Eclipse workspace +workspace/ |