Add cmakefiles to gitignore, and remove Route.cpp from cmake file.
This commit is contained in:
Родитель
2cc47b5c02
Коммит
6092a233d3
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче