From c93cdf5c5a8b4b5c0e7bc9cd88fd3c0d10a58f53 Mon Sep 17 00:00:00 2001 From: Antonin Portelli Date: Sat, 10 Feb 2024 19:00:26 +0100 Subject: [PATCH] gitignore cleanup --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fe7a7d5..30af0ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # builds -build/* +build # Apple stuff *.xcodeproj @@ -9,11 +9,11 @@ build/* *.swp # Eigen headers and archives -lib/LatAnalyze/Eigen +/lib/LatAnalyze/Eigen eigen-*.tar.bz2 # CI builds -/ci-scripts/local/* +/ci-scripts/local # VS Code Studio stuff .vscode