You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
465 B
44 lines
465 B
# makefiles
|
|
|
|
*CMakeCache*
|
|
*CMakeFiles*
|
|
*Makefile*
|
|
*cmake
|
|
|
|
# temp files
|
|
*.a
|
|
*.so
|
|
test.out
|
|
*/cov
|
|
*/lcov.info
|
|
*/lcov2.info
|
|
*.gcno
|
|
*.gcda
|
|
|
|
# testing
|
|
test/generated_main.cpp
|
|
test/test
|
|
leak.log
|
|
leak.log.core.*
|
|
*/core
|
|
gdb.out
|
|
test/testCppUtils
|
|
test/testCppUtils.out
|
|
|
|
# doxygen
|
|
html/*
|
|
|
|
# standalone binaries
|
|
other/tcpclient
|
|
other/tcpserver
|
|
other/sslclient
|
|
other/sslserver
|
|
|
|
# certificates to ssl testing
|
|
other/server.*
|
|
|
|
# kdevelop files
|
|
.kdev4/
|
|
*.kdev4
|
|
*.kdev_include_paths
|