From 004ccb2fbcc9ca4174e6590e6018a851a5cf8a14 Mon Sep 17 00:00:00 2001 From: Gordon McCann Date: Wed, 15 Dec 2021 11:13:52 -0500 Subject: [PATCH] Modified gitignore to ignore CMake build directory --- .gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c57ced6..770389f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,7 @@ ###directories to ignore### -./rootfiles/ -./pics/ -./images/ -./hotfixes/ -./build/ +pics/ +images/ +build/ ###file types to ignore### *.swp