Merge pull request #19 from patrickjwhite/cmakeRouteFile

Add cmakefiles to gitignore, and remove Route.cpp from cmake file.
This commit is contained in:
Aleksandar Fabijanic 2012-11-28 14:02:49 -08:00
commit d55fce07ea
2 changed files with 9 additions and 1 deletions

9
.gitignore vendored
View File

@ -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

View File

@ -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