mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 19:13:49 +01:00
Merge pull request #19 from patrickjwhite/cmakeRouteFile
Add cmakefiles to gitignore, and remove Route.cpp from cmake file.
This commit is contained in:
commit
d55fce07ea
9
.gitignore
vendored
9
.gitignore
vendored
@ -19,6 +19,15 @@
|
|||||||
config.build
|
config.build
|
||||||
config.make
|
config.make
|
||||||
|
|
||||||
|
# CMake #
|
||||||
|
########
|
||||||
|
cmake_install.cmake
|
||||||
|
cmake_uninstall.cmake
|
||||||
|
CMakeFiles
|
||||||
|
CMakeCache.txt
|
||||||
|
CPackConfig.cmake
|
||||||
|
CPackSourceConfig.cmake
|
||||||
|
|
||||||
# Packages #
|
# Packages #
|
||||||
############
|
############
|
||||||
# it's better to unpack these files and commit the raw source
|
# it's better to unpack these files and commit the raw source
|
||||||
|
@ -71,7 +71,6 @@ set( BASE_SRCS
|
|||||||
src/RawSocketImpl.cpp
|
src/RawSocketImpl.cpp
|
||||||
src/RemoteSyslogChannel.cpp
|
src/RemoteSyslogChannel.cpp
|
||||||
src/RemoteSyslogListener.cpp
|
src/RemoteSyslogListener.cpp
|
||||||
src/Route.cpp
|
|
||||||
src/ServerSocket.cpp
|
src/ServerSocket.cpp
|
||||||
src/ServerSocketImpl.cpp
|
src/ServerSocketImpl.cpp
|
||||||
src/SMTPChannel.cpp
|
src/SMTPChannel.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user