From 0c977dec3055f6989af0c4ce4c4b404da80eabd4 Mon Sep 17 00:00:00 2001 From: Denes Matetelki Date: Fri, 5 Jul 2013 20:07:35 +0200 Subject: [PATCH] .gitignore refactor --- .gitignore | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1d357c5..c4589ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,29 +1,43 @@ +# makefiles + *CMakeCache* *CMakeFiles* *Makefile* *cmake + +# temp files *.a *.so -*/a.out test.out */cov */lcov.info */lcov2.info -*/core *.gcno *.gcda -*.kdev_include_paths + +# testing test/generated_main.cpp test/test leak.log leak.log.core.* +*/core gdb.out -html/* test/testCppUtils test/testCppUtils.out -*.kate-swp + +# doxygen +html/* + +# standalone binaries other/client other/server other/sslclient other/sslserver + +# certificates to ssl testing other/server.* + +# kdevelop files +.kdev4/ +*.kdev4 +*.kdev_include_paths