From 784fdce49a63700266b8a09e3b4c72403e77efb7 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 12 Sep 2017 19:53:59 +0100 Subject: [PATCH] Ignore backup files. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ecd8e8f..056d7cb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,7 @@ target/ nbproject/ + +*.c~ + +*.h~