From b010277213f35fdbe94ba407fbc49b73223780e2 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Thu, 2 Jun 2022 17:43:38 +0300 Subject: [PATCH] Main: .gitignore --- .gitignore | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 13885b76..50dcddfa 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,8 @@ /missing /test-driver +# Custom + /Makefile.in /include/Makefile.in @@ -79,16 +81,18 @@ /stamp-h1 /test-suite.log -/Makefile -/include/Makefile -/include/kernaux.h -/include/kernaux/console.h - /examples/*.log /examples/*.trs /tests/test*.log /tests/test*.trs +# Custom + +/Makefile +/include/Makefile +/include/kernaux.h +/include/kernaux/console.h + /examples/assert_guards /examples/assert_simple /examples/cmdline