From e25eb0bdde286346670936c6057c3b746f8682b4 Mon Sep 17 00:00:00 2001 From: Vincent Rouvreau Date: Wed, 29 Jun 2022 08:37:24 +0200 Subject: All *something*build*something* to be ignored by git to allow several build directories --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6aab7337..9f427fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # Classical CMake build directory -build/ +/*build* # Generated by Cython src/python/gudhi/*.cpp @@ -16,5 +16,3 @@ data/points/human.off_sc.txt # IDE specific # CLion .idea/ -cmake-build-debug/ - -- cgit v1.2.3