Skip to content

Commit b2a458d

Browse files
committed
Git ignore
1 parent 94acb59 commit b2a458d

File tree

66 files changed

+2
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+2
-0
lines changed

fastfilter/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/

fastfilter/src/main/java/org/fastfilter/Filter.java renamed to fastfilter/src/main/java/com/github/fastfilter/Filter.java

File renamed without changes.

fastfilter/src/main/java/org/fastfilter/FilterType.java renamed to fastfilter/src/main/java/com/github/fastfilter/FilterType.java

File renamed without changes.

fastfilter/src/main/java/org/fastfilter/bloom/BlockedBloom.java renamed to fastfilter/src/main/java/com/github/fastfilter/bloom/BlockedBloom.java

File renamed without changes.

fastfilter/src/main/java/org/fastfilter/bloom/Bloom.java renamed to fastfilter/src/main/java/com/github/fastfilter/bloom/Bloom.java

File renamed without changes.

fastfilter/src/main/java/org/fastfilter/bloom/count/CountingBloom.java renamed to fastfilter/src/main/java/com/github/fastfilter/bloom/count/CountingBloom.java

File renamed without changes.

fastfilter/src/main/java/org/fastfilter/bloom/count/Select.java renamed to fastfilter/src/main/java/com/github/fastfilter/bloom/count/Select.java

File renamed without changes.

fastfilter/src/main/java/org/fastfilter/bloom/count/SuccinctCountingBlockedBloom.java renamed to fastfilter/src/main/java/com/github/fastfilter/bloom/count/SuccinctCountingBlockedBloom.java

File renamed without changes.

fastfilter/src/main/java/org/fastfilter/bloom/count/SuccinctCountingBlockedBloomRanked.java renamed to fastfilter/src/main/java/com/github/fastfilter/bloom/count/SuccinctCountingBlockedBloomRanked.java

File renamed without changes.

fastfilter/src/main/java/org/fastfilter/bloom/count/SuccinctCountingBloom.java renamed to fastfilter/src/main/java/com/github/fastfilter/bloom/count/SuccinctCountingBloom.java

File renamed without changes.

0 commit comments

Comments
 (0)