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)
pull/414/head
Daniel Bevenius 3 years ago committed by GitHub
parent 9ac7efc382
commit de042a65f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .gitignore

1
.gitignore vendored

@ -54,3 +54,4 @@ CHANGES.dist
c-ares-*.tar.gz.asc
ares_parse_mx_reply.pdf
/[0-9]*.patch
build

Loading…
Cancel
Save