diff options
author | Code Review <codereview-daemon@eclipse.org> | 2009-11-03 14:33:09 -0500 |
---|---|---|
committer | Code Review <codereview-daemon@eclipse.org> | 2009-11-03 14:33:09 -0500 |
commit | 9f9ea04350757f656a4aa6ec8f3ca641db605e4d (patch) | |
tree | 368786f0a5f8c947b29d227e2e76a991f444a1de /org.eclipse.jgit/.gitignore | |
parent | 2bfe561f269afdd7f4772f8ebf34e5e25884942b (diff) | |
parent | 7e8dc53881a4f7babbab9cd9979a49edb7ad03f1 (diff) | |
download | jgit-9f9ea04350757f656a4aa6ec8f3ca641db605e4d.tar.gz jgit-9f9ea04350757f656a4aa6ec8f3ca641db605e4d.zip |
Merge changes I057c782c,Idff096ce,Ic9be0280,I07014d1b,Id8a76ee7,I9080f3dd,I8c1a0eb8,Ibaf87bb5,I9e1f1f5a,I355e95fa
* changes:
Prompt for passwords from the console in jgit command line tools
Move AWT based SSH authenticator to ui bundle
Refactor the cached Authenticator data out of AwtAuthenticator
Only import the sample data packs on tests that need them
Move T0007_Index to exttst
Refactor RepositoryTestCase to use LocalDiskRepository instead
Create JUnit test utilities for JGit derived sources
Delete obsolete JarLinkUtil
Refactor our Maven build to be modular
Switch pgm, test to proper plugin projects
Diffstat (limited to 'org.eclipse.jgit/.gitignore')
-rw-r--r-- | org.eclipse.jgit/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit/.gitignore b/org.eclipse.jgit/.gitignore index ba077a4031..934e0e06ff 100644 --- a/org.eclipse.jgit/.gitignore +++ b/org.eclipse.jgit/.gitignore @@ -1 +1,2 @@ -bin +/bin +/target |