Files
znc/.gitignore

74 lines
1.2 KiB
Plaintext

/znc
/man/*.gz
.depend
/src/version.cpp
# 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
# 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/versionc.cpp
# Language files from the .po files generated by msgfmt
*.gmo
# CMake generated files
*.cmake
CMakeFiles/
/CMakeCache.txt