diff options
author | Stephan Herrmann | 2011-12-27 11:27:21 +0000 |
---|---|---|
committer | Stephan Herrmann | 2011-12-27 11:27:21 +0000 |
commit | 2c1c786c358e0b2d2de85e7f7a9698d795f998b7 (patch) | |
tree | bc80659a11aa8a862e12a23cdb25977c4748091d /.gitignore | |
parent | 1437f3b477d90032b1ab3c67a691de78ab0aeee2 (diff) | |
download | org.eclipse.objectteams-2c1c786c358e0b2d2de85e7f7a9698d795f998b7.tar.gz org.eclipse.objectteams-2c1c786c358e0b2d2de85e7f7a9698d795f998b7.tar.xz org.eclipse.objectteams-2c1c786c358e0b2d2de85e7f7a9698d795f998b7.zip |
adapt gitignore to our repo-layout
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ecd8f25e6..0ada190ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ /*/bin/ +/plugins/*/bin/ +/testplugins/*/bin/ +/othersrc/otdt-examples/*/bin/ +/testplugins/*/jplis_dump/ *~ *.rej *.bak |