| commit | 280a9c2252cea9997ed4d6156e2df1fe8132c59c | [log] [tgz] |
|---|---|---|
| author | nickboldt <nboldt@redhat.com> | Fri Oct 26 13:09:43 2018 -0400 |
| committer | nickboldt <nboldt@redhat.com> | Fri Oct 26 13:09:43 2018 -0400 |
| tree | 51cb844be883a6712bb02df202af8f2edba46afd | |
| parent | 4f962f8fc6d9db63c8d1b4a6043523f949b95cb0 [diff] |
update .gitignore to add .project, .classpath, and remove releng.new Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/.gitignore b/.gitignore index 4fe893e..a18c580 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,6 +1,5 @@ -bin/ -releng.new/build/** -releng.new/dev-eclipse/** -releng.new/dev-target/**bin/ -target/ +.project .settings/ +bin/ +target/ +.classpath