974b936917
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/efivar#9f54d8029387895b7b1389d9a9f9e0bf476a027f
26 lines
495 B
Diff
26 lines
495 B
Diff
From 95e98e10cbabad4bfd99787dddb12afad1cb6331 Mon Sep 17 00:00:00 2001
|
|
From: Peter Jones <pjones@redhat.com>
|
|
Date: Wed, 16 Oct 2019 10:01:00 -0400
|
|
Subject: [PATCH 53/86] gitignore: ignore *.strace
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
---
|
|
.gitignore | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/.gitignore b/.gitignore
|
|
index 947d88eec42..f61b0bcb340 100644
|
|
--- a/.gitignore
|
|
+++ b/.gitignore
|
|
@@ -14,6 +14,7 @@
|
|
*.so
|
|
*.so.*
|
|
*.spec
|
|
+*.strace
|
|
*.tar.*
|
|
*.var
|
|
core.*
|
|
--
|
|
2.24.1
|
|
|