From 502cb31439a7ac06413500e164d492172cb76e65 Mon Sep 17 00:00:00 2001 From: = Date: Mon, 7 Oct 2013 20:16:11 +0000 Subject: [PATCH] Ignore elf and hex in C.gitignore --- C.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/C.gitignore b/C.gitignore index 13d11603..6a2f800a 100644 --- a/C.gitignore +++ b/C.gitignore @@ -2,6 +2,7 @@ *.o *.ko *.obj +*.elf # Libraries *.lib @@ -17,3 +18,4 @@ *.exe *.out *.app +*.hex