.gitignore
author J. Ali Harlow <ali@juiblex.co.uk>
Wed Apr 29 17:00:01 2009 +0100 (2009-04-29)
changeset 361 2523d03a840e
parent 285 264c878c62d1
child 399 98aade0d875b
permissions -rw-r--r--
Add support for preloading lua modules. This is useful both when
providing lua bindings to applications based on librazor and when
producing static binaries using librazor (where otherwise the lua
POSIX library would need to be included as an additional dynamic
object).
     1 aclocal.m4
     2 autom4te.cache
     3 compile
     4 config.guess
     5 config.h
     6 config.h.in
     7 config.log
     8 config.status
     9 config.sub
    10 configure
    11 depcomp
    12 gtk-doc.make
    13 INSTALL
    14 install-sh
    15 intltool-extract
    16 intltool-extract.in
    17 intltool-merge
    18 intltool-merge.in
    19 intltool-update
    20 intltool-update.in
    21 libtool
    22 ltmain.sh
    23 Makefile
    24 Makefile.in
    25 missing
    26 mkinstalldirs
    27 py-compile
    28 stamp-h1
    29 *.o
    30 ChangeLog
    31 *.tar.gz
    32 *~
    33 
    34 /link-warning.h