librlp

C library for the Recursive Length Prefix (RLP) serialization format
git clone git://git.defalsify.org/librlp.git
Info | Log | Files | Refs | README | LICENSE

.gitignore (215B)


      1 /Makefile
      2 /Makefile.in
      3 /aclocal.m4
      4 /autom4te.cache/
      5 /config.*
      6 /configure
      7 /depcomp
      8 /install-sh
      9 /libtool
     10 /ltmain.sh
     11 /m4/
     12 /missing
     13 /stamp-h?
     14 .deps/
     15 .dirstamp
     16 .libs/
     17 *.l[ao]
     18 *~*.o
     19 src/*.a
     20 *.in
     21 src/*.in
     22 build*
     23 /*.log
     24 *~