19 Commits

Author SHA1 Message Date
Alexey Sokolov
d707b41ac3 Add more stuff to .gitignore 2025-05-09 21:09:40 +01:00
Christophe Beauval
02db444941 Add /install_manifest.txt and /install_manifest_*.txt to .gitignore. 2017-02-14 22:58:27 +00:00
Alexey Sokolov
4bdf5c6f69 Reorder lines in .gitignore 2016-08-25 23:14:08 +01:00
xnrand
0653b7002a Update .gitignore to cover more generated files 2016-08-25 18:05:39 +02:00
staticfox
8526721c52 gitignore: Ignore code made by swig and codegen.pl 2016-03-31 10:30:41 -04:00
Paulo Flabiano Smorigo
c223c851e1 Use prefix from autoconf for systemd unit
Close #974
2015-08-23 18:37:51 +01:00
Thomas Kriechbaumer
39f593fedf ignore temporary object files 2015-03-21 14:17:53 +00:00
Alexey Sokolov
9166e6ed40 Move Csocket to git submodule 2015-01-03 12:45:12 +00:00
J-P Nurmi
b240438b1a Update .gitignore 2014-11-03 19:06:34 +01:00
dgw
36202ca890 add src/version.cpp to gitignore 2014-02-10 21:04:02 +04:00
Kyle Fuller
19de8d3565 Ignore the .version_extra file 2012-12-22 17:44:20 +00:00
Kyle Fuller
9be208c242 Drop znc-config, change znc-buildmod so it doesn't need znc-config
This fixes issues where znc-buildmod was grabbing a different ZNC installation
from path.
2012-07-04 22:21:37 +01:00
Kyle Fuller
0a56a0281b zncconfig.h has moved to include/znc
__pycache__ is now used on python3.2 for cache files
2011-10-18 19:26:45 +00:00
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
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
Alexey Sokolov
3c2e103aad Add *.pyc and modperl/functions.cpp to .gitignore 2011-02-22 20:07:45 +06:00
Uli Schlachter
1aed330825 Fix .gitignore
The following files where incorrectly ignored:

./configure.ac
./modules/modpython/znc.py

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-02-22 14:57:25 +01:00
Uli Schlachter
86c0e97c85 .gitignore: Add some more rules
This now also ignores the generated files due from modpython and modperl and
some more fun.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2011-02-14 17:19:29 +01:00
Kyle Fuller
daa610b902 Add a .gitignore file 2011-02-13 21:16:13 +00:00