Skip to content

Instantly share code, notes, and snippets.

@aaronsaunders
Forked from octocat/.gitignore
Last active August 29, 2015 14:01
Show Gist options
  • Save aaronsaunders/b9d410cef481cb750b86 to your computer and use it in GitHub Desktop.
Save aaronsaunders/b9d410cef481cb750b86 to your computer and use it in GitHub Desktop.
My .gitignore template
# emacs backups
*~
\#*#
# data files
*.log
*.tsv
*.dat
# image files
*.png
*.tif
*.jpg
# sequence files
*.gb
*.gp
*.fasta
*.fa
*.fas
*.fna
*.faa
*.fastq
*.fq
*.sff
# binary file formats
*.gz
*.zip
*.tar
*.bz2
*.xls*
*.doc*
*.ppt*
*.RData
*.arb
*.ARF
*.a[0-9]* # arb quickload files
*.nds
*.pdf
*.ab1 # abi chromatogram
*.mas # mega alignment
*.mts # mega tree file
*.mdsx # mega session file
*.emf # enhanced metafile object
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment