From de042a65f492f8a8b0a10bf21494623b9ac345fd Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Tue, 10 Aug 2021 14:31:44 +0200 Subject: [PATCH] add build to .gitignore (#410) This commit adds the build directory to be ignored by git. The motivation for adding this to .gitignore as opposed to .git/info/exclude is that the CMake example in INSTALL.md uses build as the name of the directory to be used by CMake. This will cause git to report build as an untracked file. Fix By: Daniel Bevenius (@danbev) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3908e69f..60bf083a 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ CHANGES.dist c-ares-*.tar.gz.asc ares_parse_mx_reply.pdf /[0-9]*.patch +build