From 032fc1cfe2a83212e7ad22a2daa6c00cce37f010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz> Date: Fri, 17 Apr 2015 17:08:59 +0200 Subject: [PATCH] build: added executables to .gitignore --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index d019dec3d..8b39b6193 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,10 @@ tmp* /ylwrap /doc/doxyxml /doc/html +/daemon/kresolved +/tests/test_array +/tests/test_map +/tests/test_module +/tests/test_pack +/tests/test_set +/tests/test_utils -- GitLab