From 45a978263651815caf7d0741201175c8969c2cc3 Mon Sep 17 00:00:00 2001 From: Nickolai Zeldovich Date: Wed, 2 Sep 2009 02:03:46 -0400 Subject: fix bootblock build with gcc 4.4 --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..144b944 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +_* +*.o +*.d +*.asm +*.sym +*.img +vectors.S +bootblock +bootother +bootother.out +initcode +initcode.out +kernel +mkfs -- cgit v1.2.3