-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
75 lines (62 loc) · 1.29 KB
/
.gitignore
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/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
/znc.service
/include/znc/znc_export_lib_export.h
/test/inttest_bin-prefix/
# modperl and modpython generated code
/modules/modperl/functions.cpp
/modules/modperl/modperl_biglib.cpp
/modules/modperl/perlfunctions.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/modpython_biglib.cpp
/modules/modpython/pyfunctions.cpp
/modules/modpython/swigpyrun.h
/modules/modpython/znc_core.py
*.pyc
__pycache__
/unittest
/test/gtest.zip
/test/gtest-*
# Compiled Object files
*.o
*.o-*
# Compiled Dynamic libraries
*.so
# Compiled static libraries
*.a
# Compiled executable
/src/znc
/znc
# Makefile generates this
/.version_extra
# Generated from third_party/Csocket/ by Makefile
/src/Csocket.cpp
/include/znc/Csocket.h
# version file generated by Makefile
/src/version.cpp
/src/versionc.cpp
# Language files from the .po files generated by msgfmt
*.gmo
# CMake generated files
*.cmake
CMakeFiles/
/CMakeCache.txt
/install_manifest.txt
/install_manifest_*.txt