From 6ef34bf42f189ebeb41e83b3fb17d7c37fa1cbc3 Mon Sep 17 00:00:00 2001 From: Aaron Helton Date: Wed, 23 Oct 2019 22:15:30 -0400 Subject: [PATCH] Updated .gitignore to ignore unix build directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0fa15e4..cdcaae8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,6 @@ cmake-build-debug/ /test/output.txt /test/output2.txt /test/NameSort.exe + +# Ignore build directory on *nix systems +/build