From 38a9b9c016b94e0a515f076d5a8d956f4ebde369 Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Mon, 23 Oct 2023 21:43:01 +0200 Subject: [PATCH] improve ignores for editor files, cores, Doc byproducts --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index f578a2aeaf..7013f0ba09 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Build products +Documentation obj config.* GSConfig.h @@ -8,11 +9,15 @@ dynamic-load.h Tests/base/*/GNUmakefile *.log *.sum +Tools/BaseTools/dependencies # Unit test byproducts *.err *.out +# Core files +*.core + # Autoconf autom4te.cache @@ -34,6 +39,8 @@ Tests/*.tmp # Editor byproducts *.orig *.swp +\#*\# +*~ # MacOS Desktop Services Store .DS_Store