1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
/znc
/man/*.gz
.depend
# Generated by autogen.sh
/aclocal.m4
/autom4te.cache
/config.*
/configure
/install-sh
/include/znc/zncconfig.h.in
# Generated by configure
Makefile
*.pc
/include/znc/zncconfig.h
/znc-buildmod
# 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
*.pyc
__pycache__
/test/ConfigTest
/test/EscapeTest
# Compiled Object files
*.o
# Compiled Dynamic libraries
*.so
# Makefile generates this
.version_extra
|