gl/.gitignore
author J. Ali Harlow <ali@juiblex.co.uk>
Wed Apr 29 17:00:01 2009 +0100 (2009-04-29)
changeset 361 2523d03a840e
parent 326 e2ddf497b914
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).
ali@323
     1
.deps
ali@323
     2
/Makefile.am
ali@323
     3
/alloca.c
ali@323
     4
/alloca.in.h
ali@323
     5
/dummy.c
ali@323
     6
/fnmatch.c
ali@323
     7
/fnmatch.in.h
ali@323
     8
/fnmatch_loop.c
ali@323
     9
/stdbool.in.h
ali@323
    10
/wchar.in.h
ali@323
    11
/wctype.in.h
ali@326
    12
/basename.c
ali@326
    13
/dirname.c
ali@326
    14
/dirname.h
ali@326
    15
/errno.in.h
ali@326
    16
/error.c
ali@326
    17
/error.h
ali@326
    18
/exitfail.c
ali@326
    19
/exitfail.h
ali@326
    20
/gettext.h
ali@326
    21
/intprops.h
ali@326
    22
/mkdir.c
ali@326
    23
/stdlib.in.h
ali@326
    24
/strerror.c
ali@326
    25
/string.in.h
ali@326
    26
/stripslash.c
ali@326
    27
/strndup.c
ali@326
    28
/strnlen.c
ali@326
    29
/sys_stat.in.h
ali@326
    30
/unistd.in.h
ali@326
    31
/xalloc-die.c
ali@326
    32
/xalloc.h
ali@326
    33
/xmalloc.c
ali@326
    34
/xstrndup.c
ali@326
    35
/xstrndup.h
ali@336
    36
/fsync.c