From c86b3ee385d2e54273120904ca43513755096c8c Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Thu, 16 Jul 2020 11:59:37 +0100 Subject: [PATCH] Add `build` directory to .gitignore `build` is extremely common for CMake-based builds. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c93a52e04..55f5ccee7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ out +build third_party/clspv third_party/clspv-clang third_party/clspv-llvm