Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
new gitignore more bioinformatics stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
portah committed Dec 13, 2015
1 parent 4bd0c1a commit a58a034
Showing 1 changed file with 50 additions and 2 deletions.
52 changes: 50 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,59 @@
.vagrant
.DS_Store
/docker

#bioinformatics stuff
*.bam
*.bai
*.fa
*.fastq
*.fasta
*.gtf
*.tbi
*.vcf
*.fai
*.bed
*.bedGraph
*.bw
*.bigWig
*.amb
*.ann
*.pac
*.refmap

#archives
*.bz2
*.gz
*.gtf
*.zip
*.tar
*.Z

# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules

# Debug log from npm
npm-debug.log

0 comments on commit a58a034

Please sign in to comment.