From c95f9e36fc67462800fcc0502d6c86eb97582f0b Mon Sep 17 00:00:00 2001 From: AkhilHector Date: Wed, 13 Dec 2017 13:46:22 -0600 Subject: [PATCH] Updated the gitignore with binary being added to the list Signed-off-by: AkhilHector --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d74c57d..cd73386 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ *.swp # binaries -./fat12 +fat12 # test files and test binaries test.c