From 333ff1ec1ee627a0327ccf7c6a143a6571899907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Wed, 29 Mar 2023 14:06:48 +0200 Subject: [PATCH 1/4] Remove obsolete paths --- .gitignore | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitignore b/.gitignore index 2ae46b52e44f..91c34bfb0f0f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,6 @@ -.DS_Store -/.tags -/.tags_sorted_by_file -/.vagrant -.crystal/ coverage/ -/deps/ /.build/ -.*.swp /Makefile.local -all_spec /tmp /docs/ /src/llvm/ext/llvm_ext.o From b4b559015fe5cf8a2c21cc383d6120679680bad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Wed, 29 Mar 2023 14:07:21 +0200 Subject: [PATCH 2/4] Normalize paths --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 91c34bfb0f0f..237d91d44184 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -coverage/ +/coverage/ /.build/ /Makefile.local -/tmp +/tmp/ /docs/ /src/llvm/ext/llvm_ext.o /src/llvm/ext/llvm_ext.obj From 207e90889a114c07710be91d55be922052253fc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Wed, 29 Mar 2023 14:08:21 +0200 Subject: [PATCH 3/4] Reorder and group paths --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 237d91d44184..cf6894b09e7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,13 @@ -/coverage/ -/.build/ /Makefile.local -/tmp/ + +# Build artifacts +/.build/ /docs/ /src/llvm/ext/llvm_ext.o /src/llvm/ext/llvm_ext.obj /src/llvm/ext/llvm_ext.dwo /man/*.gz + +# CI +/coverage/ +/tmp/ From 6d0fc3d6ad06bf2404aa7c6dddd7cd64a54ed8f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Wed, 29 Mar 2023 14:08:41 +0200 Subject: [PATCH 4/4] Add .junit --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cf6894b09e7e..5d74450c533f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ # CI /coverage/ /tmp/ +/.junit/