inspircd/.gitignore
Peter Powell 14e1d1f844 Replace the geoip module with geo_maxmind, geoban, and geoclass.
MaxMind have EOL'd the library that the geoip module uses and have
replaced it with libmaxminddb.

The geoip module has been split into geo_maxmind which provides
geolocation data, geoban which provides location-based channel
bans, and geoclass which is used to filter a user into a connect
class based on location.
2019-04-15 19:08:22 +01:00

34 lines
541 B
Plaintext

*~
*.pem
*.swp
.*
!.git*
/.configure
/Makefile
/GNUmakefile
/build
/docs/doxygen
/run
/include/config.h
/src/modules/m_geo_maxmind.cpp
/src/modules/m_ldap.cpp
/src/modules/m_mysql.cpp
/src/modules/m_pgsql.cpp
/src/modules/m_regex_pcre.cpp
/src/modules/m_regex_posix.cpp
/src/modules/m_regex_re2.cpp
/src/modules/m_regex_stdlib.cpp
/src/modules/m_regex_tre.cpp
/src/modules/m_sqlite3.cpp
/src/modules/m_ssl_gnutls.cpp
/src/modules/m_ssl_mbedtls.cpp
/src/modules/m_ssl_openssl.cpp
/src/modules/m_sslrehashsignal.cpp
/win/Win32
/win/*.dir