From 99260a0ed29060a3eff3c486075292b26534fff0 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sun, 10 Jan 2016 21:52:18 +0100 Subject: [PATCH] add demo executable to the list of ignored files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5bcba64..49f81c4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ newlib/tmp/ newlib/x86/ tools/initrd.img tools/make_initrd +newlib/examples/hello