From b2ce36e87d3acc8bb6db74063035787754113b83 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 8 Jan 2024 16:35:34 +0200 Subject: (.gitignore) Ignore build directory and gch files (from static analysis) --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ad653f5..443b283 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ -browser -server -*.txt +build +src/*.gch tests/*.tests tests/*.tests_Runner.c -- cgit v1.2.3