From 1d26aa7e9fe317338598aabd44b5a7185400e70c Mon Sep 17 00:00:00 2001 From: Lenard Szolnoki Date: Mon, 3 Jul 2017 15:41:32 +0200 Subject: [PATCH] Add all build files to gitignore. --- .gitignore | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 567609b..efe0d8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,24 @@ -build/ +# CMake +CMakeCache.txt +CMakeFiles +CMakeScripts +Testing +Makefile +cmake_install.cmake +install_manifest.txt +compile_commands.json +CTestTestfile.cmake + +/libyaml-cpp.a +/test/gmock-*/gtest/libgtest.a +/test/gmock-*/gtest/libgtest_main.a +/test/gmock-*/libgmock.a +/test/gmock-*/libgmock_main.a +/test/run-tests +/util/parse +/util/read +/util/sandbox +/yaml-cpp-config-version.cmake +/yaml-cpp-config.cmake +/yaml-cpp-targets.cmake +/yaml-cpp.pc