diff options
author | Stephan Herrmann | 2012-09-22 13:05:02 +0000 |
---|---|---|
committer | Stephan Herrmann | 2012-09-22 13:05:02 +0000 |
commit | 33b594be315d2d641dd3d95841d974a64eb782a9 (patch) | |
tree | b805513d27e0eec7f2dbc7a3024586307b861bf3 /.gitignore | |
parent | cd46c799e82f7bee5979dc33b7a3d05f4e0e32f3 (diff) | |
download | org.eclipse.objectteams-33b594be315d2d641dd3d95841d974a64eb782a9.tar.gz org.eclipse.objectteams-33b594be315d2d641dd3d95841d974a64eb782a9.tar.xz org.eclipse.objectteams-33b594be315d2d641dd3d95841d974a64eb782a9.zip |
ignore more bin/ folders
really remove old CVS subdirs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0ada190ee..f6c62c4c7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,9 @@ /*/bin/ /plugins/*/bin/ -/testplugins/*/bin/ +/plugins/*/bcelpatchbin/ +/othersrc/*/bin/ /othersrc/otdt-examples/*/bin/ +/testplugins/*/bin/ /testplugins/*/jplis_dump/ *~ *.rej |