https://github.com/ViennaRNA/ViennaRNA
Raw File
Tip revision: ec2905f4b3e5b618ecb22b627ae998ca6a8692da authored by Ronny Lorenz on 01 March 2014, 13:27:39 UTC
Merge branch 'constraints_new' into development
Tip revision: ec2905f
.gitignore
# ignore other autotools generated content
Makefile
Makefile.in
configure
aclocal.m4
autom4te.cache
autoscan.log
depcomp
missing
compile
install-sh
config.*
.deps
stamp-h1

# ignore document directory and doxygen config
doc/doxygen.conf

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

# ignore Fedora RPM spec file
ViennaRNA.spec

# ignore pkg-config file
RNAlib2.pc

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

back to top