Skip to content

Commit 1beeb32

Browse files
committed
Fix gitignore
1 parent 4603288 commit 1beeb32

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
./*.o
2-
./*.a
3-
./main-sb*
4-
./main-lb*
1+
*.o
2+
*.a
3+
main-sb*
4+
main-lb*
55
output.txt
66
seeds.txt

0 commit comments

Comments
 (0)