-
-
Save ClayFlannigan/88fd385a8c62ed8f983c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # emacs backups | |
| *~ | |
| \#*# | |
| # data files | |
| *.log | |
| *.tsv | |
| *.dat | |
| # image files | |
| *.png | |
| *.tif | |
| *.jpg | |
| # video files | |
| *.mp4 | |
| *.mov | |
| *.mpeg | |
| *.avi | |
| *.wmv | |
| # 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 | |
| *.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 | |
| *.xcactivitylog | |
| # Xcode # | |
| ######### | |
| .DS_Store | |
| build/ | |
| *.pbxuser | |
| !default.pbxuser | |
| *.mode1v3 | |
| !default.mode1v3 | |
| *.mode2v3 | |
| !default.mode2v3 | |
| *.perspectivev3 | |
| !default.perspectivev3 | |
| *.xcworkspace | |
| !default.xcworkspace | |
| xcuserdata | |
| profile | |
| *.moved-aside | |
| DerivedData | |
| .idea/ | |
| # 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