Skip to content

Commit 23776db

Browse files
author
Brian Ondov
committed
fixed .gitignore
1 parent 2dc9c5f commit 23776db

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.gitignore

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
src/mash/*.o
2-
src/mash/capnp/MinHash.capnp.*
3-
Makefile
4-
autom4te.cache/
5-
config.log
6-
config.status
7-
configure
8-
libmash.a
9-
mash
1+
/src/mash/*.o
2+
/src/mash/capnp/MinHash.capnp.*
3+
/Makefile
4+
/autom4te.cache/
5+
/config.log
6+
/config.status
7+
/configure
8+
/libmash.a
9+
/mash

0 commit comments

Comments
 (0)