From 543b5096164a704aa7167fe0b9b23494237a297d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 30 Sep 2016 16:02:16 -0400 Subject: Initial commit --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c4ced56 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +kernel -- cgit