https://github.com/ViennaRNA/ViennaRNA
Raw File
Tip revision: 9df7834d8973868bce8b8e874a3c9266809a9c8d authored by Ronny Lorenz on 04 May 2015, 13:37:29 UTC
Merge v2.2.0-RC2
Tip revision: 9df7834
.gitignore
# ignore other autotools generated content
Makefile
Makefile.in
configure
aclocal.m4
autom4te.cache
autoscan.log
depcomp
missing
compile
install-sh
config
config.*
.deps
stamp-h1

# ignore all tar.gz archives
*.tar.gz
# except the libsvm sources
!libsvm*.tar.gz

# ignore pkg-config file
RNAlib2.pc

# ignore all postscript files that might be generated
*.ps

win_installer.log
back to top