File 0879-Add-gitignore-for-asn1-and-compiler-doc-specs.patch of Package erlang
From 7f734e204c67ed35d89359df8faf636d8f7c5083 Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Tue, 24 Oct 2023 19:48:50 +0200
Subject: [PATCH 2/2] Add gitignore for asn1 and compiler doc specs
---
lib/asn1/doc/specs/.gitignore | 1 +
lib/compiler/doc/specs/.gitignore | 1 +
2 files changed, 2 insertions(+)
diff --git a/lib/asn1/doc/specs/.gitignore b/lib/asn1/doc/specs/.gitignore
index e69de29bb2..6722cd96e7 100644
--- a/lib/asn1/doc/specs/.gitignore
+++ b/lib/asn1/doc/specs/.gitignore
@@ -0,0 +1 @@
+*.xml
diff --git a/lib/compiler/doc/specs/.gitignore b/lib/compiler/doc/specs/.gitignore
index e69de29bb2..6722cd96e7 100644
--- a/lib/compiler/doc/specs/.gitignore
+++ b/lib/compiler/doc/specs/.gitignore
@@ -0,0 +1 @@
+*.xml
--
2.35.3