diff --git a/.gitignore b/.gitignore index 06934adf1..6f906e7ff 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,15 @@ config.build config.make +# CMake # +######## +cmake_install.cmake +cmake_uninstall.cmake +CMakeFiles +CMakeCache.txt +CPackConfig.cmake +CPackSourceConfig.cmake + # Packages # ############ # it's better to unpack these files and commit the raw source diff --git a/Net/CMakeLists.txt b/Net/CMakeLists.txt index a65082a41..4926ef54a 100644 --- a/Net/CMakeLists.txt +++ b/Net/CMakeLists.txt @@ -71,7 +71,6 @@ set( BASE_SRCS src/RawSocketImpl.cpp src/RemoteSyslogChannel.cpp src/RemoteSyslogListener.cpp - src/Route.cpp src/ServerSocket.cpp src/ServerSocketImpl.cpp src/SMTPChannel.cpp