parent
c1f3e91720
commit
0c977dec30
@ -1,29 +1,43 @@
|
|||||||
|
# makefiles
|
||||||
|
|
||||||
*CMakeCache*
|
*CMakeCache*
|
||||||
*CMakeFiles*
|
*CMakeFiles*
|
||||||
*Makefile*
|
*Makefile*
|
||||||
*cmake
|
*cmake
|
||||||
|
|
||||||
|
# temp files
|
||||||
*.a
|
*.a
|
||||||
*.so
|
*.so
|
||||||
*/a.out
|
|
||||||
test.out
|
test.out
|
||||||
*/cov
|
*/cov
|
||||||
*/lcov.info
|
*/lcov.info
|
||||||
*/lcov2.info
|
*/lcov2.info
|
||||||
*/core
|
|
||||||
*.gcno
|
*.gcno
|
||||||
*.gcda
|
*.gcda
|
||||||
*.kdev_include_paths
|
|
||||||
|
# testing
|
||||||
test/generated_main.cpp
|
test/generated_main.cpp
|
||||||
test/test
|
test/test
|
||||||
leak.log
|
leak.log
|
||||||
leak.log.core.*
|
leak.log.core.*
|
||||||
|
*/core
|
||||||
gdb.out
|
gdb.out
|
||||||
html/*
|
|
||||||
test/testCppUtils
|
test/testCppUtils
|
||||||
test/testCppUtils.out
|
test/testCppUtils.out
|
||||||
*.kate-swp
|
|
||||||
|
# doxygen
|
||||||
|
html/*
|
||||||
|
|
||||||
|
# standalone binaries
|
||||||
other/client
|
other/client
|
||||||
other/server
|
other/server
|
||||||
other/sslclient
|
other/sslclient
|
||||||
other/sslserver
|
other/sslserver
|
||||||
|
|
||||||
|
# certificates to ssl testing
|
||||||
other/server.*
|
other/server.*
|
||||||
|
|
||||||
|
# kdevelop files
|
||||||
|
.kdev4/
|
||||||
|
*.kdev4
|
||||||
|
*.kdev_include_paths
|
||||||
|
Loading…
Reference in new issue