From f65f6b957a1a060c8f3ae58de62b7c04ab7134ca Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 4 Mar 2020 00:07:01 +0100 Subject: [PATCH] Ignore tmp .c or .h files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bf444b5..86af6a5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *.a +*.c~ +*.h~ *.log *.o test/test_*