From b635f10b6f71edc2b269f2a97bb9f761a5cbfade Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 14 Nov 2021 21:11:05 +0100 Subject: [PATCH] Add gitignore file --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c13b49 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +*.o +*.pdf +*.svg +.*.d +*.coff +code/bin/coff2noff +code/test/getchar +code/test/getint +code/test/getstring +code/test/getstring_2 +code/test/getstring_2.c +code/test/halt +code/test/matmult +code/test/putchar +code/test/putint +code/test/putstring +code/test/shell +code/test/sort +code/threads/nachos +code/userprog/nachos