blob: 076ba7ece227e41bbdbe1321e72a76501366bf24 [file] [log] [blame]
Andrew Geissler15ad1112021-01-08 16:09:43 -06001From 070b114fd54b6ad38b4eff04279fe89ccaaef61b Mon Sep 17 00:00:00 2001
2From: Trevor Woerner <twoerner@gmail.com>
3Date: Fri, 4 Dec 2020 01:39:30 -0500
4Subject: [PATCH] gitignore: add archives from lib directory
5
6The build creates two *.a files in the lib directory, add these to .gitignore.
7
Patrick Williams864cc432023-02-09 14:54:44 -06008Upstream-Status: Submitted [https://github.com/AndrewFromMelbourne/raspidmx/pull/29]
Andrew Geissler15ad1112021-01-08 16:09:43 -06009Signed-off-by: Trevor Woerner <twoerner@gmail.com>
10---
11 .gitignore | 1 +
12 1 file changed, 1 insertion(+)
13
14diff --git a/.gitignore b/.gitignore
15index 633f325..4a1ca0c 100644
16--- a/.gitignore
17+++ b/.gitignore
18@@ -21,5 +21,6 @@ test_pattern/test_pattern
19 worms/worms
20
21 # other directories
22+lib/*.a
23
24 *_/