mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 00:15:27 +01:00
Add cmakefiles to gitignore, and remove Route.cpp from cmake file.
This commit is contained in:
parent
2cc47b5c02
commit
6092a233d3
9
.gitignore
vendored
9
.gitignore
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user