Files
znc/.gitignore
Uli Schlachter da0ba75549 Fix CString::Escape_n() and add some tests for it
This bug was originally reported by someone on irc, but sadly I forgot who it
was. Sorry!

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-08-05 16:09:22 +02:00

42 lines
653 B
Plaintext

/znc
/man/*.gz
.depend
# Generated by autogen.sh
/aclocal.m4
/autom4te.cache
/config.*
/configure
/install-sh
/zncconfig.h.in
# Generated by configure
Makefile
*.pc
/zncconfig.h
/znc-buildmod
/znc-config
# modperl and modpython generated code
/modules/modperl/functions.cpp
/modules/modperl/ZNC.cpp
/modules/modperl/ZNC.pm
/modules/modperl/swigperlrun.h
/modules/modpython/_znc_core.cpp
/modules/modpython/compiler
/modules/modpython/functions.cpp
/modules/modpython/swigpyrun.h
/modules/modpython/znc_core.py
/modules/modpython/*.pyc
/modules/*.pyc
/test/ConfigTest
/test/EscapeTest
# Compiled Object files
*.o
# Compiled Dynamic libraries
*.so