From 3cf9ca19b1873d2abe5ec9b0e05d95bb39e87416 Mon Sep 17 00:00:00 2001 From: codemeow Date: Fri, 10 Apr 2020 12:41:26 +0300 Subject: [PATCH] Added 'elf' extension to C ignore as one of the output binary formats, synced C++ and C binary output --- C++.gitignore | 4 ++++ C.gitignore | 1 + 2 files changed, 5 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 259148fa..cac5f8c4 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -30,3 +30,7 @@ *.exe *.out *.app +*.i*86 +*.x86_64 +*.hex +*.elf diff --git a/C.gitignore b/C.gitignore index c6127b38..f069869a 100644 --- a/C.gitignore +++ b/C.gitignore @@ -35,6 +35,7 @@ *.i*86 *.x86_64 *.hex +*.elf # Debug files *.dSYM/