From 634ac6fbc397ea5a17f67724be6b352a21a6cca3 Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Fri, 30 Oct 2020 18:12:15 +0200 Subject: [PATCH] Ignore 'out' directory generated by CMake with MS VS --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d03ed16..9a36e93 100644 --- a/.gitignore +++ b/.gitignore @@ -60,9 +60,11 @@ examples/add_section/add_section .#* \#*# CMakeCache.txt +CMakeSettings.json Makefile CMakeFiles /build*/ +out *.res # autotools artifacts @@ -98,4 +100,4 @@ _*/ *.toc *.blg /examples/elfdump/ELFDump.vcxproj.user -/CMakeSettings.json +