From a0ba77792a901f17e9dfffecb8cdc9ff97720704 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 14 Jan 2022 15:20:11 +0100 Subject: [PATCH] Adds fasta and fastq file to the main gitignore file --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index be29ba6..7bb6d34 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ cpu.pprof cpu.trace obicount obipairing -bin \ No newline at end of file +bin +*.fastq +*.fasta \ No newline at end of file