Files
znc/.gitignore
Uli Schlachter 70c7745899 Overhaul the config parsing
This moves stuff to a two-step model. First, the new class CConfig reads the
config file, parses it and creates a in-memory model of stuff. Only then do we
actually go forward and apply the stuff.

The upside of this is that some config errors are caught before we change
anything on the running upside.

Let's see how much stuff this broke...

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-04-01 21:43:05 +02:00

41 lines
636 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
# Compiled Object files
*.o
# Compiled Dynamic libraries
*.so