chibi-scheme/.hgignore
Travis Cross d778af2a3b Add soname to chibi shared library
Including a soname with a public shared library is a good practice and
is required by the policy of many distributions such as Debian.  The
major version of the soname distinguishes incompatible versions of the
shared library.
2014-04-05 22:04:31 +00:00

44 lines
471 B
Text

syntax: glob
*~
*.i
*.s
*.o
*.so
*.so.*
*.pc
*.sch
*.sps
*.txt
*.image
*.wav
*.dylib
*.class
*.dSYM
*.orig
.hg
junk*
*.tgz
*.tar.gz
*.tar.bz2
*.log
*.err
*.out
gc
gc6.8
clibs.c
chibi-scheme
chibi-scheme-static
build-lib/chibi/char-set/derived.scm
include/chibi/install.h
lib/chibi/filesystem.c
lib/chibi/io/io.c
lib/chibi/net.c
lib/chibi/process.c
lib/chibi/system.c
lib/chibi/time.c
lib/chibi/stty.c
doc/*.html
doc/lib/chibi/*.html
misc/*
tests/ffi/*.c
tests/ffi/*.stub