From 9aec215415a5f12bbbd28d239c8df4310485699b Mon Sep 17 00:00:00 2001 From: Tom Dealtry Date: Tue, 4 Feb 2025 15:31:49 +0000 Subject: [PATCH 1/2] Add to gitignore to cleanup git status --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1bb097f..b7bbb0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ *~ -*.o \ No newline at end of file +*.o +include/*.h +tempinclude/*.h +lib/*.so +main From c80c74b34f65ba9c7aef8ee8d81812e5de64955a Mon Sep 17 00:00:00 2001 From: Tom Dealtry Date: Tue, 4 Feb 2025 15:38:25 +0000 Subject: [PATCH 2/2] Update .gitignore Remember the default output error file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b7bbb0c..350a586 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *~ *.o +*.e include/*.h tempinclude/*.h lib/*.so