Skip to content
This repository was archived by the owner on Jun 24, 2019. It is now read-only.

Commit 7ee37b2

Browse files
committed
Add eclipse files to gitignore
1 parent 9ff2337 commit 7ee37b2

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

Diff for: .gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
*.iml
22
*/target/
3+
/bin
4+
.classpath
5+
.project
6+
**/.settings/

Diff for: lsmtree-core/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
/bin

Diff for: recordcache/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
/bin

Diff for: recordlog/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
/bin

0 commit comments

Comments
 (0)