Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Sep 26, 2024
1 parent cb81cfc commit 92785f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ examples/xample.slow5.idx
/.eggs
a.out
/test.c
MANIFEST
/*.txt
/*.csv
/*.tsv
/*.blow5
/*.slow5
/*.blow5.idx
thirdparty/streamvbyte16

# testing output
*actual*
Expand Down
7 changes: 7 additions & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ adv/get_all_read_ids
mt/mt
mt/lazymt
example_write_ex-zd.blow5
example_write2.blow5
example_write_aux_enum.blow5
example_write2.blow5
example_write_aux_enum.blow5
example_write_aux_enum.blow5
example_write_aux_enum_multi.blow5
example_write_new_aux.blow5

0 comments on commit 92785f4

Please sign in to comment.